Home | History | Annotate | Download | only in extensions

Lines Matching refs:browser

5 #include "chrome/browser/extensions/extension_apitest.h"
6 #include "chrome/browser/extensions/extension_service.h"
7 #include "chrome/browser/extensions/extension_web_ui.h"
8 #include "chrome/browser/prefs/pref_service.h"
9 #include "chrome/browser/prefs/scoped_user_pref_update.h"
10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/ui/browser.h"
12 #include "chrome/browser/ui/browser_list.h"
15 #include "content/browser/tab_contents/tab_contents.h"
22 browser()->profile()->GetPrefs()->GetDictionary(
48 ui_test_utils::NavigateToURL(browser(), GURL("chrome://keyboard/"));
49 TabContents* tab = browser()->GetSelectedTabContents();
63 ui_test_utils::NavigateToURL(browser(), GURL("chrome://newtab/"));
64 TabContents* tab = browser()->GetSelectedTabContents();
87 ui_test_utils::OpenURLOffTheRecord(browser()->profile(),
89 Browser* otr_browser = BrowserList::FindBrowserWithType(
90 browser()->profile()->GetOffTheRecordProfile(), Browser::TYPE_NORMAL,
111 ui_test_utils::NavigateToURL(browser(), GURL("chrome://history/"));
124 browser()->profile(),
125 browser()->profile()->GetExtensionService()->extensions()->back()->
142 DictionaryPrefUpdate update(browser()->profile()->GetPrefs(),
174 browser()->profile()->GetExtensionService()->extensions();