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

Unified Diff: shell/android/android_handler.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
« no previous file with comments | « no previous file | shell/app_child_process.cc » ('j') | shell/dynamic_application_loader.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler.cc
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc
index 5b29ad75b8839f4ff64a81fb014ec74ea6774d2d..8dd107a2f63f4366dbc46aabe9880d8e1fd90e15 100644
--- a/shell/android/android_handler.cc
+++ b/shell/android/android_handler.cc
@@ -63,7 +63,8 @@ void RunAndroidApplication(JNIEnv* env,
// Run the application.
base::ScopedNativeLibrary app_library_from_runner(
- shell::DynamicServiceRunner::LoadAndRunService(app_path, handle.Pass()));
+ shell::DynamicServiceRunner::LoadAndRunService(app_path, true,
+ handle.Pass()));
}
} // namespace
« no previous file with comments | « no previous file | shell/app_child_process.cc » ('j') | shell/dynamic_application_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698