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

Unified Diff: components/offline_pages/offline_page_feature.cc

Issue 2273873002: [Offline Pages] Enable CT features by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6cefbd515c9454d3b19dd9d0d4a2b399a2d6fc64..bee289a57ceae98ca845f6f4aca485c140bcbcf3 100644
--- a/components/offline_pages/offline_page_feature.cc
+++ b/components/offline_pages/offline_page_feature.cc
@@ -23,7 +23,7 @@ const base::Feature kOfflinePagesBackgroundLoadingFeature {
};
const base::Feature kOfflinePagesCTFeature {
- "OfflinePagesCT", base::FEATURE_DISABLED_BY_DEFAULT
+ "OfflinePagesCT", base::FEATURE_ENABLED_BY_DEFAULT
};
const base::Feature kOfflinePagesSharingFeature{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698