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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: Addressed comments Created 3 years, 6 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/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 41a03a24acda722caae4050ead7cdb3768fedbb0..337ae380943fe039502c7ec1e7b8e7f920045c62 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -190,6 +190,12 @@ extern const char kEnableBrotliDescription[];
extern const char kEnableClearBrowsingDataCountersName[];
extern const char kEnableClearBrowsingDataCountersDescription[];
+extern const char kEnableClientLoFiName[];
+extern const char kEnableClientLoFiDescription[];
+
+extern const char kEnableClientPlaceholdersForServerLoFiName[];
+extern const char kEnableClientPlaceholdersForServerLoFiDescription[];
+
extern const char kEnableDataReductionProxyLitePageName[];
extern const char kEnableDataReductionProxyLitePageDescription[];
@@ -892,9 +898,6 @@ extern const char kEnableAndroidPayIntegrationV2Description[];
extern const char kEnableAndroidSpellcheckerDescription[];
extern const char kEnableAndroidSpellcheckerName[];
-extern const char kEnableClientLoFiName[];
-extern const char kEnableClientLoFiDescription[];
-
extern const char kEnableConsistentOmniboxGeolocationName[];
extern const char kEnableConsistentOmniboxGeolocationDescription[];

Powered by Google App Engine
This is Rietveld 408576698