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

Unified Diff: shell/launcher_main.cc

Issue 865253002: Delete temporary application file as soon as the application is launched. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: clang format Created 5 years, 11 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: shell/launcher_main.cc
diff --git a/shell/launcher_main.cc b/shell/launcher_main.cc
index a4d0b8a9352ea3fd03bc751d65d11d57c3e8d4db..709f5205774a43aea1f59ed9b30f7eae8a643e51 100644
--- a/shell/launcher_main.cc
+++ b/shell/launcher_main.cc
@@ -59,7 +59,7 @@ class Launcher {
mojo::shell::InProcessDynamicServiceRunner service_runner(nullptr);
run_loop_.reset(new base::RunLoop);
service_runner.Start(
- app_path_, shell_handle_.Pass(),
+ app_path_, false, shell_handle_.Pass(),
base::Bind(&Launcher::OnAppCompleted, base::Unretained(this)));
run_loop_->Run();
run_loop_.reset();

Powered by Google App Engine
This is Rietveld 408576698