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

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

Issue 420543002: Declarative content scripts: Browser-side: per-extension shared memory regions (lazily loaded) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor relationship between UserScriptMaster and its subclasses Created 6 years, 5 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/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 db14d3271f0a60b2944e97276f3b48b4ab14df00..636a9d46289f1740e0285bf3d3835e7525072c62 100644
--- a/extensions/shell/browser/shell_extension_system.cc
+++ b/extensions/shell/browser/shell_extension_system.cc
@@ -193,4 +193,10 @@ scoped_ptr<ExtensionSet> ShellExtensionSystem::GetDependentExtensions(
return empty.PassAs<ExtensionSet>();
}
+DeclarativeUserScriptMaster*
+ShellExtensionSystem::GetDeclarativeUserScriptMasterByExtension(
+ const ExtensionId& extension_id) {
+ return NULL;
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698