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

Unified Diff: extensions/shell/browser/shell_extension_system.cc

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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/shell/browser/shell_extension_system.h ('k') | extensions/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_extension_system.cc
diff --git a/extensions/shell/browser/shell_extension_system.cc b/extensions/shell/browser/shell_extension_system.cc
index 19ce4fab5548fd332f92a5984a01a2c86cbd9d14..2087a2709d5254c91eb591d9b47153ed4cb9f3eb 100644
--- a/extensions/shell/browser/shell_extension_system.cc
+++ b/extensions/shell/browser/shell_extension_system.cc
@@ -185,6 +185,11 @@ ContentVerifier* ShellExtensionSystem::content_verifier() {
return nullptr;
}
+// TODO is this correct? rules_store returns null.
+declarative_net_request::RulesMonitor* ShellExtensionSystem::rules_monitor() {
+ return nullptr;
+}
+
std::unique_ptr<ExtensionSet> ShellExtensionSystem::GetDependentExtensions(
const Extension* extension) {
return base::MakeUnique<ExtensionSet>();
« no previous file with comments | « extensions/shell/browser/shell_extension_system.h ('k') | extensions/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698