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

Unified Diff: chrome/browser/extensions/plugin_manager.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/plugin_manager.h
diff --git a/chrome/browser/extensions/plugin_manager.h b/chrome/browser/extensions/plugin_manager.h
index 096f7a6e6bbe8502d90201ed4f8a32dc945f55cc..71f91d63ea56b3b281edb5daf1e7a4951d575710 100644
--- a/chrome/browser/extensions/plugin_manager.h
+++ b/chrome/browser/extensions/plugin_manager.h
@@ -13,12 +13,16 @@
class GURL;
class Profile;
+namespace content {
+class BrowserContext;
+}
+
namespace extensions {
class PluginManager : public ProfileKeyedAPI,
public content::NotificationObserver {
public:
- explicit PluginManager(Profile* profile);
+ explicit PluginManager(content::BrowserContext* context);
virtual ~PluginManager();
// ProfileKeyedAPI implementation.
« no previous file with comments | « chrome/browser/extensions/extension_web_ui_override_registrar.cc ('k') | chrome/browser/extensions/plugin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698