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

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

Issue 293943002: Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | « no previous file | 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 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,
« no previous file with comments | « no previous file | apps/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698