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

Unified Diff: content/browser/android/launcher_thread.cc

Issue 2808343004: android: Fix java launcher thread (Closed)
Patch Set: review comments Created 3 years, 8 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 | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/launcher_thread.cc
diff --git a/content/browser/android/launcher_thread.cc b/content/browser/android/launcher_thread.cc
index 2c59a2da7a5756000a98be34c925e8f93eb88a32..06a7f234fc1b039a275654446b0bcdab61d0cffe 100644
--- a/content/browser/android/launcher_thread.cc
+++ b/content/browser/android/launcher_thread.cc
@@ -19,7 +19,9 @@ base::MessageLoop* LauncherThread::GetMessageLoop() {
LauncherThread::LauncherThread()
: java_handler_thread_(Java_LauncherThread_getHandlerThread(
- base::android::AttachCurrentThread())) {}
+ base::android::AttachCurrentThread())) {
+ java_handler_thread_.Start();
+}
LauncherThread::~LauncherThread() {}
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698