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

Unified Diff: chrome/browser/extensions/test_extension_service.h

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Review #1 Created 9 years, 3 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: chrome/browser/extensions/test_extension_service.h
diff --git a/chrome/browser/extensions/test_extension_service.h b/chrome/browser/extensions/test_extension_service.h
index 6abf3252e6626d03c9bc963f911e53dfcf07291f..09641629c078f8f42bb9fb52582a4bb0a2f7acf4 100644
--- a/chrome/browser/extensions/test_extension_service.h
+++ b/chrome/browser/extensions/test_extension_service.h
@@ -22,6 +22,8 @@ class TestExtensionService : public ExtensionServiceInterface {
// ExtensionServiceInterface implementation.
virtual const ExtensionList* extensions() const OVERRIDE;
+ virtual const ExtensionList* disabled_extensions() const OVERRIDE;
+ virtual const ExtensionList* terminated_extensions() const OVERRIDE;
virtual PendingExtensionManager* pending_extension_manager() OVERRIDE;
virtual bool UpdateExtension(

Powered by Google App Engine
This is Rietveld 408576698