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 39a10a9cea32e4393a0f646a9d583aa0fc739c5d..ce88bba9d7e63d1f6b5b0a7c92dc0c5b1ec32ee5 100644 |
--- a/chrome/common/extensions/chrome_extensions_client.h |
+++ b/chrome/common/extensions/chrome_extensions_client.h |
@@ -28,6 +28,8 @@ class ChromeExtensionsClient : public ExtensionsClient { |
OVERRIDE; |
virtual scoped_ptr<FeatureProvider> CreateFeatureProvider( |
const std::string& name) const OVERRIDE; |
+ virtual scoped_ptr<JSONFeatureProviderSource> CreateFeatureProviderSource( |
+ const std::string& name) const OVERRIDE; |
virtual void FilterHostPermissions( |
const URLPatternSet& hosts, |
URLPatternSet* new_hosts, |