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

Unified Diff: extensions/browser/extension_system.h

Issue 1066993002: Make DeclarativeUserScriptManager non-shared between profiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make DeclarativeUserScriptManager be a KeyedService. Created 5 years, 8 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/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index 400f45e866734c14dba9cbc4d9a25e95ed6b8306..087ef7056e918826ebe533c2a8d2ecd5db2b1573 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -30,7 +30,6 @@ class BrowserContext;
namespace extensions {
class ContentVerifier;
-class DeclarativeUserScriptManager;
class ErrorConsole;
class EventRouter;
class Extension;
@@ -77,9 +76,6 @@ class ExtensionSystem : public KeyedService {
// The SharedUserScriptMaster is created at startup.
virtual SharedUserScriptMaster* shared_user_script_master() = 0;
- // The DeclarativeUserScriptManager is created at startup.
- virtual DeclarativeUserScriptManager* declarative_user_script_manager() = 0;
-
// The StateStore is created at startup.
virtual StateStore* state_store() = 0;
« no previous file with comments | « extensions/browser/declarative_user_script_manager_factory.cc ('k') | extensions/browser/mock_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698