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

Unified Diff: components/offline_pages/offline_page_feature.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
Index: components/offline_pages/offline_page_feature.cc
diff --git a/components/offline_pages/offline_page_feature.cc b/components/offline_pages/offline_page_feature.cc
index b4620fc13ea57c78383ed8738b5be7983af317c6..e64dea3fd763d9abfaf9aa5128c121c740eef419 100644
--- a/components/offline_pages/offline_page_feature.cc
+++ b/components/offline_pages/offline_page_feature.cc
@@ -18,10 +18,6 @@ const base::Feature kOffliningRecentPagesFeature {
"OfflineRecentPages", base::FEATURE_DISABLED_BY_DEFAULT
};
-const base::Feature kOfflinePagesBackgroundLoadingFeature {
- "OfflinePagesBackgroundLoading", base::FEATURE_DISABLED_BY_DEFAULT
-};
-
const base::Feature kOfflinePagesCTFeature {
"OfflinePagesCT", base::FEATURE_ENABLED_BY_DEFAULT
};
@@ -44,10 +40,6 @@ bool IsOffliningRecentPagesEnabled() {
return base::FeatureList::IsEnabled(kOffliningRecentPagesFeature);
}
-bool IsOfflinePagesBackgroundLoadingEnabled() {
- return base::FeatureList::IsEnabled(kOfflinePagesBackgroundLoadingFeature);
-}
-
bool IsOfflinePagesCTEnabled() {
return base::FeatureList::IsEnabled(kOfflinePagesCTFeature);
}
« no previous file with comments | « components/offline_pages/offline_page_feature.h ('k') | components/offline_pages/offline_page_model_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698