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

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

Issue 11970002: Added Client-Hints. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Made float literals explicit in tests Created 7 years, 9 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/chrome_tests_unit.gypi ('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 all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 extern const char kDiskCacheSize[]; 129 extern const char kDiskCacheSize[];
130 extern const char kDnsLogDetails[]; 130 extern const char kDnsLogDetails[];
131 extern const char kDnsPrefetchDisable[]; 131 extern const char kDnsPrefetchDisable[];
132 extern const char kDumpHistogramsOnExit[]; 132 extern const char kDumpHistogramsOnExit[];
133 extern const char kDisableSyncTabs[]; 133 extern const char kDisableSyncTabs[];
134 extern const char kEasyOffStoreExtensionInstall[]; 134 extern const char kEasyOffStoreExtensionInstall[];
135 extern const char kEnableAsyncDns[]; 135 extern const char kEnableAsyncDns[];
136 extern const char kEnableAuthNegotiatePort[]; 136 extern const char kEnableAuthNegotiatePort[];
137 extern const char kEnableAutologin[]; 137 extern const char kEnableAutologin[];
138 extern const char kEnableBenchmarking[]; 138 extern const char kEnableBenchmarking[];
139 extern const char kEnableClientHints[];
139 extern const char kEnableCloudPrintProxy[]; 140 extern const char kEnableCloudPrintProxy[];
140 extern const char kEnableContacts[]; 141 extern const char kEnableContacts[];
141 extern const char kEnableCrxlessWebApps[]; 142 extern const char kEnableCrxlessWebApps[];
142 extern const char kEnableDesktopGuestMode[]; 143 extern const char kEnableDesktopGuestMode[];
143 extern const char kEnableDevToolsExperiments[]; 144 extern const char kEnableDevToolsExperiments[];
144 extern const char kEnableExperimentalExtensionApis[]; 145 extern const char kEnableExperimentalExtensionApis[];
145 extern const char kEnableExperimentalFormFilling[]; 146 extern const char kEnableExperimentalFormFilling[];
146 extern const char kEnableExtensionActivityLogging[]; 147 extern const char kEnableExtensionActivityLogging[];
147 extern const char kEnableExtensionActivityUI[]; 148 extern const char kEnableExtensionActivityUI[];
148 extern const char kEnableFileCookies[]; 149 extern const char kEnableFileCookies[];
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 #else 478 #else
478 extern const char kEnablePrintPreview[]; 479 extern const char kEnablePrintPreview[];
479 #endif 480 #endif
480 481
481 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 482 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
482 // alphabetical order, or in one of the ifdefs (also in order in each section). 483 // alphabetical order, or in one of the ifdefs (also in order in each section).
483 484
484 } // namespace switches 485 } // namespace switches
485 486
486 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 487 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698