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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 1902293002: Add MD Feedback switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per mfoltz@'s comments. Created 4 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/common/chrome_switches.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Defines the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 extern const char kEnableDeviceDiscoveryNotifications[]; 117 extern const char kEnableDeviceDiscoveryNotifications[];
118 extern const char kEnableDomainReliability[]; 118 extern const char kEnableDomainReliability[];
119 extern const char kEnableExperimentalHotwordHardware[]; 119 extern const char kEnableExperimentalHotwordHardware[];
120 extern const char kEnableExtensionActivityLogging[]; 120 extern const char kEnableExtensionActivityLogging[];
121 extern const char kEnableExtensionActivityLogTesting[]; 121 extern const char kEnableExtensionActivityLogTesting[];
122 extern const char kEnableFastUnload[]; 122 extern const char kEnableFastUnload[];
123 #if defined(GOOGLE_CHROME_BUILD) 123 #if defined(GOOGLE_CHROME_BUILD)
124 extern const char kEnableGoogleBrandedContextMenu[]; 124 extern const char kEnableGoogleBrandedContextMenu[];
125 #endif // defined(GOOGLE_CHROME_BUILD) 125 #endif // defined(GOOGLE_CHROME_BUILD)
126 extern const char kEnableMaterialDesignExtensions[]; 126 extern const char kEnableMaterialDesignExtensions[];
127 extern const char kEnableMaterialDesignFeedback[];
127 extern const char kEnableMaterialDesignPolicyPage[]; 128 extern const char kEnableMaterialDesignPolicyPage[];
128 extern const char kEnableNaCl[]; 129 extern const char kEnableNaCl[];
129 extern const char kEnableNativeNotifications[]; 130 extern const char kEnableNativeNotifications[];
130 extern const char kEnableNavigationTracing[]; 131 extern const char kEnableNavigationTracing[];
131 extern const char kEnableNetBenchmarking[]; 132 extern const char kEnableNetBenchmarking[];
132 extern const char kEnableNewBookmarkApps[]; 133 extern const char kEnableNewBookmarkApps[];
133 extern const char kEnableNTPPopularSites[]; 134 extern const char kEnableNTPPopularSites[];
134 extern const char kEnableNTPSearchEngineCountryDetection[]; 135 extern const char kEnableNTPSearchEngineCountryDetection[];
135 extern const char kEnableOfflineAutoReload[]; 136 extern const char kEnableOfflineAutoReload[];
136 extern const char kEnableOfflineAutoReloadVisibleOnly[]; 137 extern const char kEnableOfflineAutoReloadVisibleOnly[];
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 extern const char kEnableWaylandServer[]; 388 extern const char kEnableWaylandServer[];
388 #endif 389 #endif
389 390
390 #if defined(OS_WIN) || defined(OS_LINUX) 391 #if defined(OS_WIN) || defined(OS_LINUX)
391 extern const char kEnableInputImeAPI[]; 392 extern const char kEnableInputImeAPI[];
392 extern const char kDisableInputImeAPI[]; 393 extern const char kDisableInputImeAPI[];
393 #endif 394 #endif
394 395
395 bool AboutInSettingsEnabled(); 396 bool AboutInSettingsEnabled();
396 bool MdExtensionsEnabled(); 397 bool MdExtensionsEnabled();
398 bool MdFeedbackEnabled();
397 bool MdPolicyPageEnabled(); 399 bool MdPolicyPageEnabled();
398 bool PdfMaterialUIEnabled(); 400 bool PdfMaterialUIEnabled();
399 bool SettingsWindowEnabled(); 401 bool SettingsWindowEnabled();
400 402
401 #if defined(OS_CHROMEOS) 403 #if defined(OS_CHROMEOS)
402 bool PowerOverlayEnabled(); 404 bool PowerOverlayEnabled();
403 #endif 405 #endif
404 406
405 #if defined(ENABLE_TASK_MANAGER) 407 #if defined(ENABLE_TASK_MANAGER)
406 bool NewTaskManagerEnabled(); 408 bool NewTaskManagerEnabled();
407 #endif // defined(ENABLE_TASK_MANAGER) 409 #endif // defined(ENABLE_TASK_MANAGER)
408 410
409 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 411 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
410 // alphabetical order, or in one of the ifdefs (also in order in each section). 412 // alphabetical order, or in one of the ifdefs (also in order in each section).
411 413
412 } // namespace switches 414 } // namespace switches
413 415
414 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698