Index: extensions/common/extensions_client.h |
diff --git a/extensions/common/extensions_client.h b/extensions/common/extensions_client.h |
index 9f4ebf92a9e847262c50d598a6d5f8396e111618..1284ec7ce8575d0f03a5af6ae8cf11ff570c3be9 100644 |
--- a/extensions/common/extensions_client.h |
+++ b/extensions/common/extensions_client.h |
@@ -45,6 +45,9 @@ class ExtensionsClient { |
virtual const PermissionMessageProvider& GetPermissionMessageProvider() |
const = 0; |
+ // Returns the application name. |
James Cook
2014/08/25 20:58:12
I would provide examples, 'for example, "Chrome" o
Xi Han
2014/08/26 18:21:40
Done.
|
+ virtual const std::string GetProductName() = 0; |
+ |
// Create a FeatureProvider for a specific feature type, e.g. "permission". |
virtual scoped_ptr<FeatureProvider> CreateFeatureProvider( |
const std::string& name) const = 0; |