| Index: extensions/shell/common/shell_extensions_client.h
|
| diff --git a/extensions/shell/common/shell_extensions_client.h b/extensions/shell/common/shell_extensions_client.h
|
| index 81c5c60ec55bec70e079e016cf940a5b8e1c7286..10e6f20f85ff20fb7ab5f109358c18bf5c4b56a0 100644
|
| --- a/extensions/shell/common/shell_extensions_client.h
|
| +++ b/extensions/shell/common/shell_extensions_client.h
|
| @@ -22,6 +22,7 @@ class ShellExtensionsClient : public ExtensionsClient {
|
| virtual void Initialize() OVERRIDE;
|
| virtual const PermissionMessageProvider& GetPermissionMessageProvider()
|
| const OVERRIDE;
|
| + virtual const std::string GetProductName() OVERRIDE;
|
| virtual scoped_ptr<FeatureProvider> CreateFeatureProvider(
|
| const std::string& name) const OVERRIDE;
|
| virtual scoped_ptr<JSONFeatureProviderSource> CreateFeatureProviderSource(
|
|
|