| Index: apps/shell/common/shell_extensions_client.h
|
| diff --git a/apps/shell/common/shell_extensions_client.h b/apps/shell/common/shell_extensions_client.h
|
| index 847b4a0802a6afd199b5b01ef488ca1d21dae6b7..4ccd1a5676ea67f08408f7d80adf73bdc4c2fd87 100644
|
| --- a/apps/shell/common/shell_extensions_client.h
|
| +++ b/apps/shell/common/shell_extensions_client.h
|
| @@ -24,6 +24,8 @@ class ShellExtensionsClient : public extensions::ExtensionsClient {
|
| GetPermissionMessageProvider() const OVERRIDE;
|
| virtual scoped_ptr<extensions::FeatureProvider> CreateFeatureProvider(
|
| const std::string& name) const OVERRIDE;
|
| + virtual scoped_ptr<extensions::JSONFeatureProviderSource>
|
| + CreateFeatureProviderSource(const std::string& name) const OVERRIDE;
|
| virtual void FilterHostPermissions(
|
| const extensions::URLPatternSet& hosts,
|
| extensions::URLPatternSet* new_hosts,
|
|
|