Lines Matching full:profile
10 #include "chrome/browser/profiles/profile.h"
28 ExtensionService* service = browser()->profile()->GetExtensionService();
34 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile()));
39 ExtensionService* service = browser()->profile()->GetExtensionService();
46 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile()));
76 // there's no explicit profile given.
90 browser()->profile());
96 // This should create a new window, but re-use the profile from |popup|. If
97 // it used a NULL or invalid profile, it would crash.
116 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
144 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
174 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
178 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile()));
203 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));