diff options
Diffstat (limited to 'chrome/common/extensions/chrome_extensions_client.h')
-rw-r--r-- | chrome/common/extensions/chrome_extensions_client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h index a74a890..4f14a9c 100644 --- a/chrome/common/extensions/chrome_extensions_client.h +++ b/chrome/common/extensions/chrome_extensions_client.h @@ -25,6 +25,10 @@ class ChromeExtensionsClient : public ExtensionsClient { virtual void RegisterManifestHandlers() const OVERRIDE; virtual FeatureProvider* GetFeatureProviderByName(const std::string& name) const OVERRIDE; + virtual void FilterHostPermissions( + const URLPatternSet& hosts, + URLPatternSet* new_hosts, + std::set<PermissionMessage>* messages) const OVERRIDE; // Get the LazyInstance for ChromeExtensionsClient. static ChromeExtensionsClient* GetInstance(); |