| Index: chrome/browser/extensions/extension_web_ui.h
|
| diff --git a/chrome/browser/extensions/extension_web_ui.h b/chrome/browser/extensions/extension_web_ui.h
|
| index 6eeb8302a9aa671859bf3ea0fa22cc6a1bf4788d..6a6f2f184e366c135d6e757de349527ff1354d07 100644
|
| --- a/chrome/browser/extensions/extension_web_ui.h
|
| +++ b/chrome/browser/extensions/extension_web_ui.h
|
| @@ -41,8 +41,10 @@ class ExtensionWebUI : public ChromeWebUI {
|
| extension_bookmark_manager_event_router();
|
|
|
| // BrowserURLHandler
|
| - static bool HandleChromeURLOverride(GURL* url, Profile* profile);
|
| - static bool HandleChromeURLOverrideReverse(GURL* url, Profile* profile);
|
| + static bool HandleChromeURLOverride(GURL* url,
|
| + content::BrowserContext* browser_context);
|
| + static bool HandleChromeURLOverrideReverse(
|
| + GURL* url, content::BrowserContext* browser_context);
|
|
|
| // Register and unregister a dictionary of one or more overrides.
|
| // Page names are the keys, and chrome-extension: URLs are the values.
|
|
|