Home
last modified time | relevance | path

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

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