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

Unified Diff: apps/launcher.cc

Issue 2212303003: Implement app launch changes for app runtime extension proposal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tool-screenshot
Patch Set: Initial upload Created 4 years, 4 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: apps/launcher.cc
diff --git a/apps/launcher.cc b/apps/launcher.cc
index 02c630279efeff15a2e8a9b58552cc184014d8a2..8a3cada5f4cd35c83a35a4c07544e729273b72be 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -393,6 +393,13 @@ void LaunchPlatformAppWithPath(Profile* profile,
launcher->Launch();
}
+void LaunchPlatformAppWithAction(Profile* profile,
+ const extensions::Extension* extension,
+ extensions::ActionData action_data) {
+ AppRuntimeEventRouter::DispatchOnLaunchedEventWithAction(profile, extension,
+ action_data);
+}
+
void LaunchPlatformApp(Profile* profile,
const Extension* extension,
extensions::AppLaunchSource source) {

Powered by Google App Engine
This is Rietveld 408576698