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

Unified Diff: extensions/browser/extension_system.cc

Issue 266963003: Beginning of support for extension content verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops, forgot to upload minor cosmetic changes to test 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
Index: extensions/browser/extension_system.cc
diff --git a/extensions/browser/extension_system.cc b/extensions/browser/extension_system.cc
index fc2abc0a8f0eef1be6dfb1f9bab7cd2aba9e650a..1b1b224361da3f4c0f255b09c500cee7a43102ff 100644
--- a/extensions/browser/extension_system.cc
+++ b/extensions/browser/extension_system.cc
@@ -23,4 +23,8 @@ ExtensionSystem* ExtensionSystem::Get(content::BrowserContext* context) {
->GetForBrowserContext(context);
}
+ContentVerifier* ExtensionSystem::content_verifier() {
+ return NULL;
Yoyo Zhou 2014/05/07 02:25:59 Most of the other members of this class don't prov
asargent_no_longer_on_chrome 2014/05/07 06:56:42 Huh, I guess I was sort of thinking along the line
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698