Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1238)

Unified Diff: chrome/browser/extensions/extension_web_ui.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works now Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698