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

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

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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: chrome/browser/android/background_sync_launcher_android.h
diff --git a/chrome/browser/android/background_sync_launcher_android.h b/chrome/browser/android/background_sync_launcher_android.h
index 8afb0bf7669b5cfd48564f424c8b48a29298b650..99af8663a7a7dc3d2450cb9e8405830e823006b2 100644
--- a/chrome/browser/android/background_sync_launcher_android.h
+++ b/chrome/browser/android/background_sync_launcher_android.h
@@ -30,8 +30,6 @@ class BackgroundSyncLauncherAndroid {
static void LaunchBrowserIfStopped(bool launch_when_next_online,
int64_t min_delay_ms);
- static bool RegisterLauncher(JNIEnv* env);
-
static bool ShouldDisableBackgroundSync();
// TODO(iclelland): Remove this once the bots have their play services package

Powered by Google App Engine
This is Rietveld 408576698