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

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

Issue 23548023: Add a new component app Guide to Chrome (code name GeniusApp) to replace HelpApp. Add a command lin… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 extern const char kDisableCRLSets[]; 98 extern const char kDisableCRLSets[];
99 extern const char kDisableCustomJumpList[]; 99 extern const char kDisableCustomJumpList[];
100 extern const char kDisableDefaultApps[]; 100 extern const char kDisableDefaultApps[];
101 extern const char kDisableDeviceDiscovery[]; 101 extern const char kDisableDeviceDiscovery[];
102 extern const char kDisableDhcpWpad[]; 102 extern const char kDisableDhcpWpad[];
103 extern const char kDisableDnsProbes[]; 103 extern const char kDisableDnsProbes[];
104 extern const char kDisableExtensionsFileAccessCheck[]; 104 extern const char kDisableExtensionsFileAccessCheck[];
105 extern const char kDisableExtensionsHttpThrottling[]; 105 extern const char kDisableExtensionsHttpThrottling[];
106 extern const char kDisableExtensionsResourceWhitelist[]; 106 extern const char kDisableExtensionsResourceWhitelist[];
107 extern const char kDisableExtensions[]; 107 extern const char kDisableExtensions[];
108 extern const char kDisableGeniusApp[];
Dmitry Polukhin 2013/09/09 15:42:39 Again Chrome OS specific place would be better.
davidyu 2013/09/10 00:30:56 Done.
108 extern const char kDisableImprovedDownloadProtection[]; 109 extern const char kDisableImprovedDownloadProtection[];
109 extern const char kDisableInstantExtendedAPI[]; 110 extern const char kDisableInstantExtendedAPI[];
110 extern const char kDisableIPv6[]; 111 extern const char kDisableIPv6[];
111 extern const char kDisableIPPooling[]; 112 extern const char kDisableIPPooling[];
112 extern const char kDisableLocalFirstLoadNTP[]; 113 extern const char kDisableLocalFirstLoadNTP[];
113 extern const char kDisableMinimizeOnSecondLauncherItemClick[]; 114 extern const char kDisableMinimizeOnSecondLauncherItemClick[];
114 extern const char kDisableNTPOtherSessionsMenu[]; 115 extern const char kDisableNTPOtherSessionsMenu[];
115 extern const char kDisableOmniboxAutoCompletionForIme[]; 116 extern const char kDisableOmniboxAutoCompletionForIme[];
116 extern const char kDisablePasswordAutofillPublicSuffixDomainMatching[]; 117 extern const char kDisablePasswordAutofillPublicSuffixDomainMatching[];
117 extern const char kDisablePnacl[]; 118 extern const char kDisablePnacl[];
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 #else 461 #else
461 extern const char kEnablePrintPreview[]; 462 extern const char kEnablePrintPreview[];
462 #endif 463 #endif
463 464
464 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 465 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
465 // alphabetical order, or in one of the ifdefs (also in order in each section). 466 // alphabetical order, or in one of the ifdefs (also in order in each section).
466 467
467 } // namespace switches 468 } // namespace switches
468 469
469 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 470 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698