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

Unified Diff: chrome/browser/android/offline_pages/offline_page_bridge.cc

Issue 2477943002: [Offline Pages] Remove a debugging feature and a misleading flag. (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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/browser/android/chrome_feature_list.cc ('k') | components/offline_pages/offline_page_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/offline_page_bridge.cc
diff --git a/chrome/browser/android/offline_pages/offline_page_bridge.cc b/chrome/browser/android/offline_pages/offline_page_bridge.cc
index 0c97c7e235f997cb8d532f076feffe2216901bb3..f585cf6c7645666dfa404889356fb159bacf6af9 100644
--- a/chrome/browser/android/offline_pages/offline_page_bridge.cc
+++ b/chrome/browser/android/offline_pages/offline_page_bridge.cc
@@ -213,11 +213,6 @@ static jboolean IsOfflineBookmarksEnabled(JNIEnv* env,
return offline_pages::IsOfflineBookmarksEnabled();
}
-static jboolean IsBackgroundLoadingEnabled(JNIEnv* env,
- const JavaParamRef<jclass>& clazz) {
- return offline_pages::IsOfflinePagesBackgroundLoadingEnabled();
-}
-
static jboolean IsPageSharingEnabled(JNIEnv* env,
const JavaParamRef<jclass>& clazz) {
return offline_pages::IsOfflinePagesSharingEnabled();
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | components/offline_pages/offline_page_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698