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

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

Issue 12895: Chromium-MultiProfile-Prototype... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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/views/toolbar_view.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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 "base/base_switches.h" 10 #include "base/base_switches.h"
(...skipping 21 matching lines...) Expand all
32 extern const wchar_t kPluginProcess[]; 32 extern const wchar_t kPluginProcess[];
33 extern const wchar_t kSingleProcess[]; 33 extern const wchar_t kSingleProcess[];
34 extern const wchar_t kProcessPerTab[]; 34 extern const wchar_t kProcessPerTab[];
35 extern const wchar_t kProcessPerSite[]; 35 extern const wchar_t kProcessPerSite[];
36 extern const wchar_t kInProcessPlugins[]; 36 extern const wchar_t kInProcessPlugins[];
37 extern const wchar_t kNoSandbox[]; 37 extern const wchar_t kNoSandbox[];
38 extern const wchar_t kSafePlugins[]; 38 extern const wchar_t kSafePlugins[];
39 extern const wchar_t kTrustedPlugins[]; 39 extern const wchar_t kTrustedPlugins[];
40 extern const wchar_t kTestSandbox[]; 40 extern const wchar_t kTestSandbox[];
41 extern const wchar_t kUserDataDir[]; 41 extern const wchar_t kUserDataDir[];
42 extern const wchar_t kParentProfile[];
42 extern const wchar_t kApp[]; 43 extern const wchar_t kApp[];
43 extern const wchar_t kAppUploadFile[]; 44 extern const wchar_t kAppUploadFile[];
44 extern const wchar_t kDomAutomationController[]; 45 extern const wchar_t kDomAutomationController[];
45 extern const wchar_t kPluginPath[]; 46 extern const wchar_t kPluginPath[];
46 extern const wchar_t kUserAgent[]; 47 extern const wchar_t kUserAgent[];
47 extern const wchar_t kJavaScriptFlags[]; 48 extern const wchar_t kJavaScriptFlags[];
48 extern const wchar_t kGeoID[]; 49 extern const wchar_t kGeoID[];
49 extern const wchar_t kLang[]; 50 extern const wchar_t kLang[];
50 extern const wchar_t kDebugChildren[]; 51 extern const wchar_t kDebugChildren[];
51 extern const wchar_t kWaitForDebuggerChildren[]; 52 extern const wchar_t kWaitForDebuggerChildren[];
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 extern const wchar_t kUseOldSafeBrowsing[]; 135 extern const wchar_t kUseOldSafeBrowsing[];
135 136
136 extern const wchar_t kEnableRendererAccessibility[]; 137 extern const wchar_t kEnableRendererAccessibility[];
137 138
138 extern const wchar_t kEnableVideo[]; 139 extern const wchar_t kEnableVideo[];
139 140
140 } // namespace switches 141 } // namespace switches
141 142
142 #endif // CHROME_COMMON_CHROME_SWITCHES_H__ 143 #endif // CHROME_COMMON_CHROME_SWITCHES_H__
143 144
OLDNEW
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698