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

Unified Diff: shell/dynamic_application_loader_unittest.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/dynamic_application_loader_unittest.cc
diff --git a/shell/dynamic_application_loader_unittest.cc b/shell/dynamic_application_loader_unittest.cc
index ad4726d3eafd6638e3438073a40e5bf1249ade91..7593a1f0af3d23c1fd58b93260f004694847173e 100644
--- a/shell/dynamic_application_loader_unittest.cc
+++ b/shell/dynamic_application_loader_unittest.cc
@@ -35,6 +35,7 @@ class TestDynamicServiceRunner : public DynamicServiceRunner {
base::MessageLoop::current()->Quit();
}
void Start(const base::FilePath& app_path,
+ bool clean_app_path,
ScopedMessagePipeHandle service_handle,
const base::Closure& app_completed_callback) override {
state_->runner_was_started = true;

Powered by Google App Engine
This is Rietveld 408576698