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

Unified Diff: shell/in_process_dynamic_service_runner.h

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: Follow review 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/in_process_dynamic_service_runner.h
diff --git a/shell/in_process_dynamic_service_runner.h b/shell/in_process_dynamic_service_runner.h
index a509f9addbf26c6a1124e09f59462533121a2901..5bc476d33d0db96bc8896019b9e9e087f043058a 100644
--- a/shell/in_process_dynamic_service_runner.h
+++ b/shell/in_process_dynamic_service_runner.h
@@ -26,6 +26,7 @@ class InProcessDynamicServiceRunner
// |DynamicServiceRunner| method:
void Start(const base::FilePath& app_path,
+ DynamicServiceRunner::CleanupBehavior cleanup_behavior,
ScopedMessagePipeHandle service_handle,
const base::Closure& app_completed_callback) override;
@@ -34,6 +35,7 @@ class InProcessDynamicServiceRunner
void Run() override;
base::FilePath app_path_;
+ DynamicServiceRunner::CleanupBehavior cleanup_behavior_;
ScopedMessagePipeHandle service_handle_;
base::Callback<bool(void)> app_completed_callback_runner_;

Powered by Google App Engine
This is Rietveld 408576698