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

Unified Diff: chrome/common/extensions/chrome_extensions_client.h

Issue 27446002: Move permission warning message handling from PermissionSet to PermissionMessageProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/common/extensions/chrome_extensions_client.h
diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h
index 4f14a9c7178a4cef245c7baa9783aab2effa6724..edc6a24342ca6d65b2eb39f9281573ac997ac97d 100644
--- a/chrome/common/extensions/chrome_extensions_client.h
+++ b/chrome/common/extensions/chrome_extensions_client.h
@@ -21,8 +21,9 @@ class ChromeExtensionsClient : public ExtensionsClient {
ChromeExtensionsClient();
virtual ~ChromeExtensionsClient();
+ virtual void Initialize() OVERRIDE;
+
virtual const PermissionsProvider& GetPermissionsProvider() const OVERRIDE;
- virtual void RegisterManifestHandlers() const OVERRIDE;
virtual FeatureProvider* GetFeatureProviderByName(const std::string& name)
const OVERRIDE;
virtual void FilterHostPermissions(

Powered by Google App Engine
This is Rietveld 408576698