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

Unified Diff: extensions/test/test_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: 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
Index: extensions/test/test_extensions_client.h
diff --git a/extensions/test/test_extensions_client.h b/extensions/test/test_extensions_client.h
index afe94759de1b854d86622d16caa9951e25e82ade..399f43f0a60be3ec9af8937f3e45f909a2716bd4 100644
--- a/extensions/test/test_extensions_client.h
+++ b/extensions/test/test_extensions_client.h
@@ -17,11 +17,12 @@ class TestExtensionsClient : public ExtensionsClient {
private:
virtual void Initialize() OVERRIDE;
- virtual const PermissionsProvider& GetPermissionsProvider() const OVERRIDE;
Yoyo Zhou 2014/05/20 01:49:34 This was missed in a previous refactoring because
James Cook 2014/05/20 18:15:47 I think tfarina addressed this in https://coderevi
virtual const PermissionMessageProvider& GetPermissionMessageProvider() const
OVERRIDE;
virtual scoped_ptr<FeatureProvider> CreateFeatureProvider(
const std::string& name) const OVERRIDE;
+ virtual scoped_ptr<JSONFeatureProviderSource> CreateFeatureProviderSource(
+ const std::string& name) const OVERRIDE;
virtual void FilterHostPermissions(
const URLPatternSet& hosts,
URLPatternSet* new_hosts,

Powered by Google App Engine
This is Rietveld 408576698