| 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 a793fe5ebdbbb581b41a91ec1e706111e7243ffa..046a126c0d590761f47ab36b58ddff132d3ca36b 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.
|
|
|