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

Unified Diff: extensions/browser/mock_extension_system.cc

Issue 796453003: Introduce DeclarativeUserScriptManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits. Created 6 years 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/shell/browser/shell_extension_system.h » ('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 94771d8a6fefa3dad54e2a1ceaf2fb64f0a89c67..b22b0d105820f9a524172221b368ee67dca5ac48 100644
--- a/extensions/browser/mock_extension_system.cc
+++ b/extensions/browser/mock_extension_system.cc
@@ -34,6 +34,11 @@ SharedUserScriptMaster* MockExtensionSystem::shared_user_script_master() {
return nullptr;
}
+DeclarativeUserScriptManager*
+MockExtensionSystem::declarative_user_script_manager() {
+ return nullptr;
+}
+
StateStore* MockExtensionSystem::state_store() {
return nullptr;
}
@@ -74,12 +79,6 @@ ContentVerifier* MockExtensionSystem::content_verifier() {
return nullptr;
}
-DeclarativeUserScriptMaster*
- MockExtensionSystem::GetDeclarativeUserScriptMasterByExtension(
- const ExtensionId& extension_id) {
- return nullptr;
-}
-
scoped_ptr<ExtensionSet> MockExtensionSystem::GetDependentExtensions(
const Extension* extension) {
return scoped_ptr<ExtensionSet>();
« no previous file with comments | « extensions/browser/mock_extension_system.h ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698