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

Unified Diff: chrome/browser/android/background_sync_launcher_android.cc

Issue 2580523002: Reland "Android: Switch to thread pool executor" (Closed)
Patch Set: Fix creation task. Created 4 years 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/BackgroundSyncLauncherTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/background_sync_launcher_android.cc
diff --git a/chrome/browser/android/background_sync_launcher_android.cc b/chrome/browser/android/background_sync_launcher_android.cc
index 0b13a145d69b3432434bd87b96868142b8e5913f..bac2de677419792743d4c45f3cd3a030f3177a5e 100644
--- a/chrome/browser/android/background_sync_launcher_android.cc
+++ b/chrome/browser/android/background_sync_launcher_android.cc
@@ -44,8 +44,7 @@ void BackgroundSyncLauncherAndroid::LaunchBrowserIfStoppedImpl(
JNIEnv* env = base::android::AttachCurrentThread();
Java_BackgroundSyncLauncher_launchBrowserIfStopped(
- env, java_launcher_, base::android::GetApplicationContext(),
- launch_when_next_online, min_delay_ms);
+ env, java_launcher_, launch_when_next_online, min_delay_ms);
}
// static
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/BackgroundSyncLauncherTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698