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

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

Issue 317993003: Send an onInstalled event for shared module update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « apps/shell/browser/shell_extension_system.h ('k') | chrome/browser/extensions/extension_system_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_extension_system.cc
diff --git a/apps/shell/browser/shell_extension_system.cc b/apps/shell/browser/shell_extension_system.cc
index 11dfbc67ab7030695b7f7cc8b4723d636a5f29bc..3d2cbc5d3482727984263cd4fea0e5fd1e2b4297 100644
--- a/apps/shell/browser/shell_extension_system.cc
+++ b/apps/shell/browser/shell_extension_system.cc
@@ -183,4 +183,10 @@ ContentVerifier* ShellExtensionSystem::content_verifier() {
return NULL;
}
+scoped_ptr<ExtensionSet> ShellExtensionSystem::GetDependentExtensions(
+ const Extension* extension) {
+ scoped_ptr<ExtensionSet> empty(new ExtensionSet());
+ return empty.PassAs<ExtensionSet>();
+}
+
} // namespace extensions
« no previous file with comments | « apps/shell/browser/shell_extension_system.h ('k') | chrome/browser/extensions/extension_system_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698