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

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: fix deps, merge gyp targets, sync with latest 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 extern const char kEnhancedBookmarksExperiment[]; 194 extern const char kEnhancedBookmarksExperiment[];
195 extern const char kExplicitlyAllowedPorts[]; 195 extern const char kExplicitlyAllowedPorts[];
196 extern const char kExtensionsInstallVerification[]; 196 extern const char kExtensionsInstallVerification[];
197 extern const char kExtensionsNotWebstore[]; 197 extern const char kExtensionsNotWebstore[];
198 extern const char kExtensionsUpdateFrequency[]; 198 extern const char kExtensionsUpdateFrequency[];
199 extern const char kExtraSearchQueryParams[]; 199 extern const char kExtraSearchQueryParams[];
200 extern const char kFakeVariationsChannel[]; 200 extern const char kFakeVariationsChannel[];
201 extern const char kFastStart[]; 201 extern const char kFastStart[];
202 extern const char kFlagSwitchesBegin[]; 202 extern const char kFlagSwitchesBegin[];
203 extern const char kFlagSwitchesEnd[]; 203 extern const char kFlagSwitchesEnd[];
204 extern const char kFeedbackServer[];
205 extern const char kFileDescriptorLimit[]; 204 extern const char kFileDescriptorLimit[];
206 extern const char kForceAppMode[]; 205 extern const char kForceAppMode[];
207 extern const char kForceFirstRun[]; 206 extern const char kForceFirstRun[];
208 extern const char kForceVariationIds[]; 207 extern const char kForceVariationIds[];
209 extern const char kGoogleBaseURL[]; 208 extern const char kGoogleBaseURL[];
210 extern const char kGSSAPILibraryName[]; 209 extern const char kGSSAPILibraryName[];
211 extern const char kHelp[]; 210 extern const char kHelp[];
212 extern const char kHelpShort[]; 211 extern const char kHelpShort[];
213 extern const char kHideIcons[]; 212 extern const char kHideIcons[];
214 extern const char kHistoryEnableGroupByDomain[]; 213 extern const char kHistoryEnableGroupByDomain[];
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 #else 414 #else
416 extern const char kEnablePrintPreview[]; 415 extern const char kEnablePrintPreview[];
417 #endif 416 #endif
418 417
419 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 418 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
420 // alphabetical order, or in one of the ifdefs (also in order in each section). 419 // alphabetical order, or in one of the ifdefs (also in order in each section).
421 420
422 } // namespace switches 421 } // namespace switches
423 422
424 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 423 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698