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

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: slight tweaking for comments 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
« no previous file with comments | « chrome/browser/extensions/extension_host.cc ('k') | chrome/browser/extensions/extension_web_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/extensions/extension_host.cc ('k') | chrome/browser/extensions/extension_web_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698