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

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

Issue 464060: Adds the cmdline "-openInNewWindow" that instructs the init sequence... Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years 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
« no previous file with comments | « chrome/browser/browser_init.cc ('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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 extern const char kMetricsRecordingOnly[]; 112 extern const char kMetricsRecordingOnly[];
113 extern const char kNaClProcess[]; 113 extern const char kNaClProcess[];
114 extern const char kNewTabPage[]; 114 extern const char kNewTabPage[];
115 extern const char kNoDefaultBrowserCheck[]; 115 extern const char kNoDefaultBrowserCheck[];
116 extern const char kNoEvents[]; 116 extern const char kNoEvents[];
117 extern const char kNoFirstRun[]; 117 extern const char kNoFirstRun[];
118 extern const char kNoJsRandomness[]; 118 extern const char kNoJsRandomness[];
119 extern const char kNoProxyServer[]; 119 extern const char kNoProxyServer[];
120 extern const char kNoSandbox[]; 120 extern const char kNoSandbox[];
121 extern const char kOmniBoxPopupCount[]; 121 extern const char kOmniBoxPopupCount[];
122 extern const char kOpenInNewWindow[];
122 extern const char kPackExtension[]; 123 extern const char kPackExtension[];
123 extern const char kPackExtensionKey[]; 124 extern const char kPackExtensionKey[];
124 extern const char kParentProfile[]; 125 extern const char kParentProfile[];
125 extern const char kPinnedTabCount[]; 126 extern const char kPinnedTabCount[];
126 extern const char kPlaybackMode[]; 127 extern const char kPlaybackMode[];
127 extern const char kPluginDataDir[]; 128 extern const char kPluginDataDir[];
128 extern const char kPluginLauncher[]; 129 extern const char kPluginLauncher[];
129 extern const char kPluginPath[]; 130 extern const char kPluginPath[];
130 extern const char kPluginProcess[]; 131 extern const char kPluginProcess[];
131 extern const char kPluginStartupDialog[]; 132 extern const char kPluginStartupDialog[];
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 #ifndef NDEBUG 211 #ifndef NDEBUG
211 extern const char kGearsPluginPathOverride[]; 212 extern const char kGearsPluginPathOverride[];
212 #endif 213 #endif
213 214
214 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 215 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
215 // alphabetical order, or in one of the ifdefs (also in order in each section). 216 // alphabetical order, or in one of the ifdefs (also in order in each section).
216 217
217 } // namespace switches 218 } // namespace switches
218 219
219 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 220 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/browser_init.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698