| 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..7df9a209d8239bf4b0c3d7ecd40254b1b7658a86 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* context);
|
| + static bool HandleChromeURLOverrideReverse(GURL* url,
|
| + content::BrowserContext* context);
|
|
|
| // Register and unregister a dictionary of one or more overrides.
|
| // Page names are the keys, and chrome-extension: URLs are the values.
|
|
|