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

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

Issue 2272813003: Add ARC++ specific fields to launch data for specific apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: 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 13b2646881ad25daaa54485f497035413e99c762..407ab38d6c47a97c3d8d906b8089d82cfb6c3c86 100644
--- a/extensions/shell/browser/shell_extension_system.cc
+++ b/extensions/shell/browser/shell_extension_system.cc
@@ -98,7 +98,7 @@ void ShellExtensionSystem::LaunchApp(const ExtensionId& extension_id) {
.GetByID(extension_id);
AppRuntimeEventRouter::DispatchOnLaunchedEvent(
browser_context_, extension, SOURCE_UNTRACKED,
- std::unique_ptr<api::app_runtime::ActionData>());
+ std::unique_ptr<api::app_runtime::LaunchData>());
}
void ShellExtensionSystem::Shutdown() {
« extensions/common/api/app_runtime.idl ('K') | « extensions/common/api/app_runtime.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698