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

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

Issue 2317723003: [Offline Pages] Removes the deprecated IsOfflinePages synthetic flag since no uses of it remain. (Closed)
Patch Set: Created 4 years, 3 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/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 bd20fa128983d3d8641cb46c04f37e2fb3aa0913..1066e8c59e54844d4e54c71d5b0ea22cc3a142e0 100644
--- a/chrome/browser/android/offline_pages/offline_page_bridge.cc
+++ b/chrome/browser/android/offline_pages/offline_page_bridge.cc
@@ -198,11 +198,6 @@ void OnRemoveRequestsDone(
} // namespace
-static jboolean IsOfflinePagesEnabled(JNIEnv* env,
- const JavaParamRef<jclass>& clazz) {
- return offline_pages::IsOfflinePagesEnabled();
-}
-
static jboolean IsOfflineBookmarksEnabled(JNIEnv* env,
const JavaParamRef<jclass>& clazz) {
return offline_pages::IsOfflineBookmarksEnabled();

Powered by Google App Engine
This is Rietveld 408576698