Searched refs:testprofile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_unittest.cc142 TestingProfile* testprofile = browser()->profile()->AsTestingProfile(); local
143 EXPECT_TRUE(testprofile);
144 testprofile->SetGuestSession(true);
147 browser()->command_controller()->command_updater(), testprofile);
152 testprofile->SetGuestSession(false);
157 browser()->command_controller()->command_updater(), testprofile);
425 TestingProfile* testprofile = browser()->profile()->AsTestingProfile(); local
426 EXPECT_TRUE(testprofile);
427 testprofile->SetGuestSession(true);

Completed in 776 milliseconds