Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: apps/shell/common/shell_extensions_client.h

Issue 246423002: Split feature definitions into extensions and chrome features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: repack2 Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/shell/app_shell.gyp ('k') | apps/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e920b38c2a803341ea19f9f50409f51e4d5d4ec9..79587c0a9b0c0c4d8c8d7cd93b0adefc81730d1c 100644
--- a/apps/shell/common/shell_extensions_client.h
+++ b/apps/shell/common/shell_extensions_client.h
@@ -23,7 +23,7 @@ class ShellExtensionsClient : public extensions::ExtensionsClient {
OVERRIDE;
virtual const extensions::PermissionMessageProvider&
GetPermissionMessageProvider() const OVERRIDE;
- virtual extensions::FeatureProvider* GetFeatureProviderByName(
+ virtual scoped_ptr<extensions::FeatureProvider> CreateFeatureProvider(
const std::string& name) const OVERRIDE;
virtual void FilterHostPermissions(
const extensions::URLPatternSet& hosts,
@@ -40,8 +40,6 @@ class ShellExtensionsClient : public extensions::ExtensionsClient {
virtual bool IsAPISchemaGenerated(const std::string& name) const OVERRIDE;
virtual base::StringPiece GetAPISchema(const std::string& name) const
OVERRIDE;
- virtual void AddExtraFeatureFilters(extensions::SimpleFeature* feature) const
- OVERRIDE;
virtual bool ShouldSuppressFatalErrors() const OVERRIDE;
private:
« no previous file with comments | « apps/shell/app_shell.gyp ('k') | apps/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698