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

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

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove chrome/ from gyp files Created 6 years, 8 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 (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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 extern const char kExplicitlyAllowedPorts[]; 208 extern const char kExplicitlyAllowedPorts[];
209 extern const char kExtensionsInstallVerification[]; 209 extern const char kExtensionsInstallVerification[];
210 extern const char kExtensionsNotWebstore[]; 210 extern const char kExtensionsNotWebstore[];
211 extern const char kExtensionsUpdateFrequency[]; 211 extern const char kExtensionsUpdateFrequency[];
212 extern const char kExtraSearchQueryParams[]; 212 extern const char kExtraSearchQueryParams[];
213 extern const char kFakeVariationsChannel[]; 213 extern const char kFakeVariationsChannel[];
214 extern const char kFastStart[]; 214 extern const char kFastStart[];
215 extern const char kFastUserSwitching[]; 215 extern const char kFastUserSwitching[];
216 extern const char kFlagSwitchesBegin[]; 216 extern const char kFlagSwitchesBegin[];
217 extern const char kFlagSwitchesEnd[]; 217 extern const char kFlagSwitchesEnd[];
218 extern const char kFeedbackServer[];
219 extern const char kFileDescriptorLimit[]; 218 extern const char kFileDescriptorLimit[];
220 extern const char kForceAppMode[]; 219 extern const char kForceAppMode[];
221 extern const char kForceFirstRun[]; 220 extern const char kForceFirstRun[];
222 extern const char kForceVariationIds[]; 221 extern const char kForceVariationIds[];
223 extern const char kGoogleBaseURL[]; 222 extern const char kGoogleBaseURL[];
224 extern const char kGoogleProfileInfo[]; 223 extern const char kGoogleProfileInfo[];
225 extern const char kGSSAPILibraryName[]; 224 extern const char kGSSAPILibraryName[];
226 extern const char kHelp[]; 225 extern const char kHelp[];
227 extern const char kHelpShort[]; 226 extern const char kHelpShort[];
228 extern const char kHideIcons[]; 227 extern const char kHideIcons[];
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 #else 438 #else
440 extern const char kEnablePrintPreview[]; 439 extern const char kEnablePrintPreview[];
441 #endif 440 #endif
442 441
443 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 442 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
444 // alphabetical order, or in one of the ifdefs (also in order in each section). 443 // alphabetical order, or in one of the ifdefs (also in order in each section).
445 444
446 } // namespace switches 445 } // namespace switches
447 446
448 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 447 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698