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

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

Issue 174513003: Move ProfileKeyedAPI implementations to take BrowserContext in the constructor (part 3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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_override_registrar.h
diff --git a/chrome/browser/extensions/extension_web_ui_override_registrar.h b/chrome/browser/extensions/extension_web_ui_override_registrar.h
index 782cc51b54770e56cf6737078d16bac6442df528..eca634f6728ec30fc95a4c20137d5bb566e23bb0 100644
--- a/chrome/browser/extensions/extension_web_ui_override_registrar.h
+++ b/chrome/browser/extensions/extension_web_ui_override_registrar.h
@@ -12,12 +12,16 @@
class Profile;
+namespace content {
+class BrowserContext;
+}
+
namespace extensions {
class ExtensionWebUIOverrideRegistrar : public ProfileKeyedAPI,
public content::NotificationObserver {
public:
- explicit ExtensionWebUIOverrideRegistrar(Profile* profile);
+ explicit ExtensionWebUIOverrideRegistrar(content::BrowserContext* context);
virtual ~ExtensionWebUIOverrideRegistrar();
// ProfileKeyedAPI implementation.

Powered by Google App Engine
This is Rietveld 408576698