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

Side by Side Diff: content/public/common/content_switches.h

Issue 9328011: Adding a command line flag to specify renderer process limit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving function body to the .cc file. Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « content/public/browser/render_process_host.h ('k') | content/public/common/content_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) 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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 extern const char kProcessPerSite[]; 143 extern const char kProcessPerSite[];
144 CONTENT_EXPORT extern const char kProcessPerTab[]; 144 CONTENT_EXPORT extern const char kProcessPerTab[];
145 CONTENT_EXPORT extern const char kProcessType[]; 145 CONTENT_EXPORT extern const char kProcessType[];
146 CONTENT_EXPORT extern const char kRecordMode[]; 146 CONTENT_EXPORT extern const char kRecordMode[];
147 CONTENT_EXPORT extern const char kRegisterPepperPlugins[]; 147 CONTENT_EXPORT extern const char kRegisterPepperPlugins[];
148 CONTENT_EXPORT extern const char kRemoteDebuggingPort[]; 148 CONTENT_EXPORT extern const char kRemoteDebuggingPort[];
149 CONTENT_EXPORT extern const char kRendererAssertTest[]; 149 CONTENT_EXPORT extern const char kRendererAssertTest[];
150 extern const char kRendererCmdPrefix[]; 150 extern const char kRendererCmdPrefix[];
151 CONTENT_EXPORT extern const char kRendererCrashTest[]; 151 CONTENT_EXPORT extern const char kRendererCrashTest[];
152 CONTENT_EXPORT extern const char kRendererProcess[]; 152 CONTENT_EXPORT extern const char kRendererProcess[];
153 extern const char kRendererProcessLimit[];
153 extern const char kRendererStartupDialog[]; 154 extern const char kRendererStartupDialog[];
154 // TODO(jam): this doesn't belong in content. 155 // TODO(jam): this doesn't belong in content.
155 CONTENT_EXPORT extern const char kServiceProcess[]; 156 CONTENT_EXPORT extern const char kServiceProcess[];
156 extern const char kShowCompositedLayerBorders[]; 157 extern const char kShowCompositedLayerBorders[];
157 extern const char kShowCompositedLayerTree[]; 158 extern const char kShowCompositedLayerTree[];
158 extern const char kShowFPSCounter[]; 159 extern const char kShowFPSCounter[];
159 extern const char kShowPaintRects[]; 160 extern const char kShowPaintRects[];
160 CONTENT_EXPORT extern const char kSingleProcess[]; 161 CONTENT_EXPORT extern const char kSingleProcess[];
161 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; 162 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
162 CONTENT_EXPORT extern const char kTestSandbox[]; 163 CONTENT_EXPORT extern const char kTestSandbox[];
(...skipping 26 matching lines...) Expand all
189 190
190 #if !defined(OFFICIAL_BUILD) 191 #if !defined(OFFICIAL_BUILD)
191 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 192 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
192 #endif 193 #endif
193 194
194 extern const char kEnablePerTilePainting[]; 195 extern const char kEnablePerTilePainting[];
195 196
196 } // namespace switches 197 } // namespace switches
197 198
198 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 199 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/browser/render_process_host.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698