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

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

Issue 10829303: Add --remote-debugging-port back to content_shell since nduca mentioned he wants to use it with And… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « chrome/common/chrome_switches.cc ('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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 extern const char kPluginStartupDialog[]; 160 extern const char kPluginStartupDialog[];
161 CONTENT_EXPORT extern const char kPpapiBrokerProcess[]; 161 CONTENT_EXPORT extern const char kPpapiBrokerProcess[];
162 CONTENT_EXPORT extern const char kPpapiOutOfProcess[]; 162 CONTENT_EXPORT extern const char kPpapiOutOfProcess[];
163 extern const char kPpapiPluginLauncher[]; 163 extern const char kPpapiPluginLauncher[];
164 CONTENT_EXPORT extern const char kPpapiPluginProcess[]; 164 CONTENT_EXPORT extern const char kPpapiPluginProcess[];
165 extern const char kPpapiStartupDialog[]; 165 extern const char kPpapiStartupDialog[];
166 CONTENT_EXPORT extern const char kProcessPerSite[]; 166 CONTENT_EXPORT extern const char kProcessPerSite[];
167 CONTENT_EXPORT extern const char kProcessPerTab[]; 167 CONTENT_EXPORT extern const char kProcessPerTab[];
168 CONTENT_EXPORT extern const char kProcessType[]; 168 CONTENT_EXPORT extern const char kProcessType[];
169 CONTENT_EXPORT extern const char kRegisterPepperPlugins[]; 169 CONTENT_EXPORT extern const char kRegisterPepperPlugins[];
170 CONTENT_EXPORT extern const char kRemoteDebuggingPort[];
170 CONTENT_EXPORT extern const char kRendererAssertTest[]; 171 CONTENT_EXPORT extern const char kRendererAssertTest[];
171 extern const char kRendererCmdPrefix[]; 172 extern const char kRendererCmdPrefix[];
172 CONTENT_EXPORT extern const char kRendererProcess[]; 173 CONTENT_EXPORT extern const char kRendererProcess[];
173 extern const char kRendererProcessLimit[]; 174 extern const char kRendererProcessLimit[];
174 extern const char kRendererStartupDialog[]; 175 extern const char kRendererStartupDialog[];
175 // TODO(jam): this doesn't belong in content. 176 // TODO(jam): this doesn't belong in content.
176 CONTENT_EXPORT extern const char kServiceProcess[]; 177 CONTENT_EXPORT extern const char kServiceProcess[];
177 extern const char kShowCompositedLayerBorders[]; 178 extern const char kShowCompositedLayerBorders[];
178 extern const char kShowCompositedLayerTree[]; 179 extern const char kShowCompositedLayerTree[];
179 extern const char kShowFPSCounter[]; 180 extern const char kShowFPSCounter[];
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 232
232 #if defined(USE_AURA) 233 #if defined(USE_AURA)
233 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 234 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
234 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 235 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
235 CONTENT_EXPORT extern const char kTestCompositor[]; 236 CONTENT_EXPORT extern const char kTestCompositor[];
236 #endif 237 #endif
237 238
238 } // namespace switches 239 } // namespace switches
239 240
240 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 241 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698