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

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

Issue 660349: First cut at custom user style sheets. (Closed)
Patch Set: compile Created 10 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.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 extern const char kEnablePrivacyBlacklists[]; 95 extern const char kEnablePrivacyBlacklists[];
96 extern const char kEnableRendererAccessibility[]; 96 extern const char kEnableRendererAccessibility[];
97 extern const char kEnableSeccompSandbox[]; 97 extern const char kEnableSeccompSandbox[];
98 extern const char kEnableStatsTable[]; 98 extern const char kEnableStatsTable[];
99 extern const char kEnableSync[]; 99 extern const char kEnableSync[];
100 extern const char kEnableSyncAutofill[]; 100 extern const char kEnableSyncAutofill[];
101 extern const char kEnableSyncBookmarks[]; 101 extern const char kEnableSyncBookmarks[];
102 extern const char kEnableSyncPreferences[]; 102 extern const char kEnableSyncPreferences[];
103 extern const char kEnableTabbedBookmarkManager[]; 103 extern const char kEnableTabbedBookmarkManager[];
104 extern const char kEnableUserDataDirProfiles[]; 104 extern const char kEnableUserDataDirProfiles[];
105 extern const char kEnableUserStyleSheet[];
105 extern const char kEnableVerticalTabs[]; 106 extern const char kEnableVerticalTabs[];
106 extern const char kEnableVideoLayering[]; 107 extern const char kEnableVideoLayering[];
107 extern const char kEnableWatchdog[]; 108 extern const char kEnableWatchdog[];
108 extern const char kExperimentalSpellcheckerFeatures[]; 109 extern const char kExperimentalSpellcheckerFeatures[];
109 extern const char kExplicitlyAllowedPorts[]; 110 extern const char kExplicitlyAllowedPorts[];
110 extern const char kExtensionProcess[]; 111 extern const char kExtensionProcess[];
111 extern const char kExtensionsUpdateFrequency[]; 112 extern const char kExtensionsUpdateFrequency[];
112 extern const char kFileDescriptorLimit[]; 113 extern const char kFileDescriptorLimit[];
113 extern const char kFirstRun[]; 114 extern const char kFirstRun[];
114 extern const char kForceFieldTestNameAndValue[]; 115 extern const char kForceFieldTestNameAndValue[];
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 extern const char kGearsPluginPathOverride[]; 250 extern const char kGearsPluginPathOverride[];
250 extern const char kInvalidateSyncLogin[]; 251 extern const char kInvalidateSyncLogin[];
251 #endif 252 #endif
252 253
253 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 254 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
254 // alphabetical order, or in one of the ifdefs (also in order in each section). 255 // alphabetical order, or in one of the ifdefs (also in order in each section).
255 256
256 } // namespace switches 257 } // namespace switches
257 258
258 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 259 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698