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

Side by Side Diff: chrome/browser/flag_descriptions.h

Issue 2887423002: Add an about:flag to support alternative data saver features (Closed)
Patch Set: tbansal nits 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 extern const char kEnableBrotliName[]; 182 extern const char kEnableBrotliName[];
183 extern const char kEnableBrotliDescription[]; 183 extern const char kEnableBrotliDescription[];
184 184
185 extern const char kEnableClearBrowsingDataCountersName[]; 185 extern const char kEnableClearBrowsingDataCountersName[];
186 extern const char kEnableClearBrowsingDataCountersDescription[]; 186 extern const char kEnableClearBrowsingDataCountersDescription[];
187 187
188 extern const char kEnableDataReductionProxyLitePageName[]; 188 extern const char kEnableDataReductionProxyLitePageName[];
189 extern const char kEnableDataReductionProxyLitePageDescription[]; 189 extern const char kEnableDataReductionProxyLitePageDescription[];
190 190
191 extern const char kDataReductionProxyServerAlternative[];
192 extern const char kEnableDataReductionProxyServerExperimentName[];
193 extern const char kEnableDataReductionProxyServerExperimentDescription[];
194
191 extern const char kEnableDataReductionProxySavingsPromoName[]; 195 extern const char kEnableDataReductionProxySavingsPromoName[];
192 extern const char kEnableDataReductionProxySavingsPromoDescription[]; 196 extern const char kEnableDataReductionProxySavingsPromoDescription[];
193 197
194 extern const char kEnableEnumeratingAudioDevicesName[]; 198 extern const char kEnableEnumeratingAudioDevicesName[];
195 extern const char kEnableEnumeratingAudioDevicesDescription[]; 199 extern const char kEnableEnumeratingAudioDevicesDescription[];
196 200
197 extern const char kEnableGenericSensorName[]; 201 extern const char kEnableGenericSensorName[];
198 extern const char kEnableGenericSensorDescription[]; 202 extern const char kEnableGenericSensorDescription[];
199 203
200 extern const char kEnableGroupedHistoryName[]; 204 extern const char kEnableGroupedHistoryName[];
(...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1457 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1454 1458
1455 // ============================================================================ 1459 // ============================================================================
1456 // Don't just add flags to the end, put them in the right section in 1460 // Don't just add flags to the end, put them in the right section in
1457 // alphabetical order. See top instructions for more. 1461 // alphabetical order. See top instructions for more.
1458 // ============================================================================ 1462 // ============================================================================
1459 1463
1460 } // namespace flag_descriptions 1464 } // namespace flag_descriptions
1461 1465
1462 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1466 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698