| 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 03474f5a833e3be53ef5bb1ef98e21a97cdd960e..27a3e2cb413dd50a43f884f504150e93a042be57 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.h
|
| +++ b/chrome/common/extensions/chrome_extensions_client.h
|
| @@ -26,6 +26,7 @@ class ChromeExtensionsClient : public ExtensionsClient {
|
|
|
| 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(
|
|
|