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

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

Issue 2921973002: Hide Night Light behind a flag (Closed)
Patch Set: James' 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 231
232 extern const char kEnableMaterialDesignSettingsName[]; 232 extern const char kEnableMaterialDesignSettingsName[];
233 extern const char kEnableMaterialDesignSettingsDescription[]; 233 extern const char kEnableMaterialDesignSettingsDescription[];
234 234
235 extern const char kEnableMidiManagerDynamicInstantiationName[]; 235 extern const char kEnableMidiManagerDynamicInstantiationName[];
236 extern const char kEnableMidiManagerDynamicInstantiationDescription[]; 236 extern const char kEnableMidiManagerDynamicInstantiationDescription[];
237 237
238 extern const char kEnableNavigationTracingName[]; 238 extern const char kEnableNavigationTracingName[];
239 extern const char kEnableNavigationTracingDescription[]; 239 extern const char kEnableNavigationTracingDescription[];
240 240
241 extern const char kEnableNightLightName[];
242 extern const char kEnableNightLightDescription[];
243
241 extern const char kEnablePictureInPictureName[]; 244 extern const char kEnablePictureInPictureName[];
242 extern const char kEnablePictureInPictureDescription[]; 245 extern const char kEnablePictureInPictureDescription[];
243 246
244 extern const char kEnableTokenBindingName[]; 247 extern const char kEnableTokenBindingName[];
245 extern const char kEnableTokenBindingDescription[]; 248 extern const char kEnableTokenBindingDescription[];
246 249
247 extern const char kEnableUseZoomForDsfName[]; 250 extern const char kEnableUseZoomForDsfName[];
248 extern const char kEnableUseZoomForDsfDescription[]; 251 extern const char kEnableUseZoomForDsfDescription[];
249 extern const char kEnableUseZoomForDsfChoiceDefault[]; 252 extern const char kEnableUseZoomForDsfChoiceDefault[];
250 extern const char kEnableUseZoomForDsfChoiceEnabled[]; 253 extern const char kEnableUseZoomForDsfChoiceEnabled[];
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1501 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1499 1502
1500 // ============================================================================ 1503 // ============================================================================
1501 // Don't just add flags to the end, put them in the right section in 1504 // Don't just add flags to the end, put them in the right section in
1502 // alphabetical order. See top instructions for more. 1505 // alphabetical order. See top instructions for more.
1503 // ============================================================================ 1506 // ============================================================================
1504 1507
1505 } // namespace flag_descriptions 1508 } // namespace flag_descriptions
1506 1509
1507 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1510 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698