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

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

Issue 213019: Preparing rollback in case things don't work out.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « chrome/common/child_process_info.h ('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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 12 matching lines...) Expand all
23 extern const wchar_t kPluginStartupDialog[]; 23 extern const wchar_t kPluginStartupDialog[];
24 extern const wchar_t kPluginLauncher[]; 24 extern const wchar_t kPluginLauncher[];
25 25
26 extern const wchar_t kTestingChannelID[]; 26 extern const wchar_t kTestingChannelID[];
27 extern const wchar_t kHomePage[]; 27 extern const wchar_t kHomePage[];
28 extern const wchar_t kRendererProcess[]; 28 extern const wchar_t kRendererProcess[];
29 extern const wchar_t kZygoteProcess[]; 29 extern const wchar_t kZygoteProcess[];
30 extern const wchar_t kBrowserSubprocessPath[]; 30 extern const wchar_t kBrowserSubprocessPath[];
31 extern const wchar_t kPluginProcess[]; 31 extern const wchar_t kPluginProcess[];
32 extern const wchar_t kWorkerProcess[]; 32 extern const wchar_t kWorkerProcess[];
33 extern const wchar_t kNaClProcess[];
34 extern const wchar_t kUtilityProcess[]; 33 extern const wchar_t kUtilityProcess[];
35 extern const wchar_t kProfileImportProcess[]; 34 extern const wchar_t kProfileImportProcess[];
36 extern const wchar_t kSingleProcess[]; 35 extern const wchar_t kSingleProcess[];
37 extern const wchar_t kProcessPerTab[]; 36 extern const wchar_t kProcessPerTab[];
38 extern const wchar_t kProcessPerSite[]; 37 extern const wchar_t kProcessPerSite[];
39 extern const wchar_t kInProcessPlugins[]; 38 extern const wchar_t kInProcessPlugins[];
40 extern const wchar_t kNoSandbox[]; 39 extern const wchar_t kNoSandbox[];
41 extern const wchar_t kDisableAltWinstation[]; 40 extern const wchar_t kDisableAltWinstation[];
42 extern const wchar_t kSafePlugins[]; 41 extern const wchar_t kSafePlugins[];
43 extern const wchar_t kTrustedPlugins[]; 42 extern const wchar_t kTrustedPlugins[];
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 extern const wchar_t kDisablePopupBlocking[]; 126 extern const wchar_t kDisablePopupBlocking[];
128 extern const wchar_t kDisableJavaScript[]; 127 extern const wchar_t kDisableJavaScript[];
129 extern const wchar_t kDisableJava[]; 128 extern const wchar_t kDisableJava[];
130 extern const wchar_t kDisablePlugins[]; 129 extern const wchar_t kDisablePlugins[];
131 extern const wchar_t kDisableImages[]; 130 extern const wchar_t kDisableImages[];
132 extern const wchar_t kDisableWebSecurity[]; 131 extern const wchar_t kDisableWebSecurity[];
133 extern const wchar_t kEnableRemoteFonts[]; 132 extern const wchar_t kEnableRemoteFonts[];
134 133
135 extern const wchar_t kUseLowFragHeapCrt[]; 134 extern const wchar_t kUseLowFragHeapCrt[];
136 135
137 extern const wchar_t kInternalNaCl[];
138
139 #ifndef NDEBUG 136 #ifndef NDEBUG
140 extern const wchar_t kGearsPluginPathOverride[]; 137 extern const wchar_t kGearsPluginPathOverride[];
141 #endif 138 #endif
142 139
143 extern const wchar_t kEnableFastback[]; 140 extern const wchar_t kEnableFastback[];
144 141
145 extern const wchar_t kEnableSync[]; 142 extern const wchar_t kEnableSync[];
146 143
147 extern const wchar_t kSdchFilter[]; 144 extern const wchar_t kSdchFilter[];
148 145
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 246
250 extern const wchar_t kActivateOnLaunch[]; 247 extern const wchar_t kActivateOnLaunch[];
251 248
252 #if defined(OS_LINUX) 249 #if defined(OS_LINUX)
253 extern const wchar_t kEnablePrinting[]; 250 extern const wchar_t kEnablePrinting[];
254 #endif 251 #endif
255 252
256 } // namespace switches 253 } // namespace switches
257 254
258 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 255 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/child_process_info.h ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698