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

Unified Diff: extensions/browser/extension_system.h

Issue 698553002: Split Blacklist from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 1 month 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 | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/mock_extension_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index 07e1225b3bcada6b6be19dd35836e2524a4183d6..300e094ef2cb45c57582d76fbafec844fea3b250 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -29,7 +29,6 @@ class BrowserContext;
namespace extensions {
-class Blacklist;
class ContentVerifier;
class DeclarativeUserScriptMaster;
class ErrorConsole;
@@ -93,9 +92,6 @@ class ExtensionSystem : public KeyedService {
// The EventRouter is created at startup.
virtual EventRouter* event_router() = 0;
- // The blacklist is created at startup.
- virtual Blacklist* blacklist() = 0;
-
// The ErrorConsole is created at startup.
virtual ErrorConsole* error_console() = 0;
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/mock_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698