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

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

Issue 192283002: Revert 255858 "Simplify the user agent code some more since afte..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 extern const char kTestType[]; 385 extern const char kTestType[];
386 extern const char kTestingChannelID[]; 386 extern const char kTestingChannelID[];
387 extern const char kTrustedSpdyProxy[]; 387 extern const char kTrustedSpdyProxy[];
388 extern const char kTryChromeAgain[]; 388 extern const char kTryChromeAgain[];
389 extern const char kUninstallExtension[]; 389 extern const char kUninstallExtension[];
390 extern const char kUninstall[]; 390 extern const char kUninstall[];
391 extern const char kUnlimitedStorage[]; 391 extern const char kUnlimitedStorage[];
392 extern const char kUseSimpleCacheBackend[]; 392 extern const char kUseSimpleCacheBackend[];
393 extern const char kUseSpdy[]; 393 extern const char kUseSpdy[];
394 extern const char kUseSpellingSuggestions[]; 394 extern const char kUseSpellingSuggestions[];
395 extern const char kUserAgent[];
396 extern const char kUserDataDir[]; 395 extern const char kUserDataDir[];
397 extern const char kValidateCrx[]; 396 extern const char kValidateCrx[];
398 extern const char kVariationsServerURL[]; 397 extern const char kVariationsServerURL[];
399 extern const char kVersion[]; 398 extern const char kVersion[];
400 extern const char kWhitelistedExtensionID[]; 399 extern const char kWhitelistedExtensionID[];
401 extern const char kWindowPosition[]; 400 extern const char kWindowPosition[];
402 extern const char kWindowSize[]; 401 extern const char kWindowSize[];
403 extern const char kWinHttpProxyResolver[]; 402 extern const char kWinHttpProxyResolver[];
404 403
405 #if defined(ENABLE_PLUGIN_INSTALLATION) 404 #if defined(ENABLE_PLUGIN_INSTALLATION)
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 #else 466 #else
468 extern const char kEnablePrintPreview[]; 467 extern const char kEnablePrintPreview[];
469 #endif 468 #endif
470 469
471 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 470 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
472 // alphabetical order, or in one of the ifdefs (also in order in each section). 471 // alphabetical order, or in one of the ifdefs (also in order in each section).
473 472
474 } // namespace switches 473 } // namespace switches
475 474
476 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 475 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « trunk/src/chrome/common/chrome_content_client.cc ('k') | trunk/src/chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698