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

Unified Diff: extensions/browser/extension_system.h

Issue 266963003: Beginning of support for extension content verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged latest trunk Created 6 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/extension_protocols.cc ('k') | extensions/browser/info_map.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 1ccccddb2dfe996454be30a7205f11afeb8e3fe5..e658138c55f384289679e48daf3123112f8c05b4 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -26,6 +26,7 @@ class BrowserContext;
namespace extensions {
class Blacklist;
+class ContentVerifier;
class ErrorConsole;
class EventRouter;
class Extension;
@@ -124,6 +125,9 @@ class ExtensionSystem : public KeyedService {
// Signaled when the extension system has completed its startup tasks.
virtual const OneShotEvent& ready() const = 0;
+
+ // Returns the content verifier, if any.
+ virtual ContentVerifier* content_verifier() = 0;
};
} // namespace extensions
« no previous file with comments | « extensions/browser/extension_protocols.cc ('k') | extensions/browser/info_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698