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

Unified Diff: chrome/browser/content_settings/content_settings_internal_extension_provider.h

Issue 709813004: Remove the deprecated function ExtensionService::extensions(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed thestig@'s comments. Created 6 years, 1 month 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/content_settings/content_settings_internal_extension_provider.h
diff --git a/chrome/browser/content_settings/content_settings_internal_extension_provider.h b/chrome/browser/content_settings/content_settings_internal_extension_provider.h
index ddc91bf11a64dd0c16d5c8cc193a9601ac306bad..2fcb498258ba24d5ecd1ed70cba820ea7f50ea6e 100644
--- a/chrome/browser/content_settings/content_settings_internal_extension_provider.h
+++ b/chrome/browser/content_settings/content_settings_internal_extension_provider.h
@@ -13,7 +13,7 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-class ExtensionService;
+class Profile;
namespace extensions {
class Extension;
@@ -25,7 +25,7 @@ namespace content_settings {
class InternalExtensionProvider : public ObservableProvider,
public content::NotificationObserver {
public:
- explicit InternalExtensionProvider(ExtensionService* extension_service);
+ explicit InternalExtensionProvider(Profile* profile);
~InternalExtensionProvider() override;

Powered by Google App Engine
This is Rietveld 408576698