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

Unified Diff: components/previews/core/previews_features.cc

Issue 2870263004: Add an about:flag to enable client-side LoFi (Closed)
Patch Set: Created 3 years, 7 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 | « components/previews/core/previews_features.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/previews_features.cc
diff --git a/components/previews/core/previews_features.cc b/components/previews/core/previews_features.cc
index 879bd237e4278ccf056afb61aa28697ed2932d53..d88577c41f2415d67e33df414fab4161aa8ab400 100644
--- a/components/previews/core/previews_features.cc
+++ b/components/previews/core/previews_features.cc
@@ -11,5 +11,9 @@ namespace features {
const base::Feature kOfflinePreviews{"OfflinePreviews",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables the Client Lo-Fi previews on Android.
+const base::Feature kClientLoFi{"ClientLoFi",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
} // namespace features
} // namespace previews
« no previous file with comments | « components/previews/core/previews_features.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698