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

Unified Diff: extensions/browser/mock_extension_system.cc

Issue 1132113008: Extract DeclarativeUserScriptManager from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « extensions/browser/mock_extension_system.h ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/mock_extension_system.cc
diff --git a/extensions/browser/mock_extension_system.cc b/extensions/browser/mock_extension_system.cc
index b6f5f8bc10acba93f0ae5dbe8649fbf1b5fbda8e..e9b2bd28a62ebfb8b3ec9f453b5a0af3b7153632 100644
--- a/extensions/browser/mock_extension_system.cc
+++ b/extensions/browser/mock_extension_system.cc
@@ -34,11 +34,6 @@ SharedUserScriptMaster* MockExtensionSystem::shared_user_script_master() {
return nullptr;
}
-DeclarativeUserScriptManager*
-MockExtensionSystem::declarative_user_script_manager() {
- return nullptr;
-}
-
StateStore* MockExtensionSystem::state_store() {
return nullptr;
}
« no previous file with comments | « extensions/browser/mock_extension_system.h ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698