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

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

Issue 9936002: Added code so renderer would cleanly exit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added ifdef around alarm(30). Created 8 years, 8 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
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 extern const char kPpapiPluginLauncher[]; 149 extern const char kPpapiPluginLauncher[];
150 CONTENT_EXPORT extern const char kPpapiPluginProcess[]; 150 CONTENT_EXPORT extern const char kPpapiPluginProcess[];
151 extern const char kPpapiStartupDialog[]; 151 extern const char kPpapiStartupDialog[];
152 extern const char kProcessPerSite[]; 152 extern const char kProcessPerSite[];
153 CONTENT_EXPORT extern const char kProcessPerTab[]; 153 CONTENT_EXPORT extern const char kProcessPerTab[];
154 CONTENT_EXPORT extern const char kProcessType[]; 154 CONTENT_EXPORT extern const char kProcessType[];
155 CONTENT_EXPORT extern const char kRecordMode[]; 155 CONTENT_EXPORT extern const char kRecordMode[];
156 CONTENT_EXPORT extern const char kRegisterPepperPlugins[]; 156 CONTENT_EXPORT extern const char kRegisterPepperPlugins[];
157 CONTENT_EXPORT extern const char kRemoteDebuggingPort[]; 157 CONTENT_EXPORT extern const char kRemoteDebuggingPort[];
158 CONTENT_EXPORT extern const char kRendererAssertTest[]; 158 CONTENT_EXPORT extern const char kRendererAssertTest[];
159 #if defined(OS_POSIX)
160 extern const char kRendererCleanExit[];
161 #endif
159 extern const char kRendererCmdPrefix[]; 162 extern const char kRendererCmdPrefix[];
160 CONTENT_EXPORT extern const char kRendererCrashTest[]; 163 CONTENT_EXPORT extern const char kRendererCrashTest[];
161 CONTENT_EXPORT extern const char kRendererProcess[]; 164 CONTENT_EXPORT extern const char kRendererProcess[];
162 extern const char kRendererProcessLimit[]; 165 extern const char kRendererProcessLimit[];
163 extern const char kRendererStartupDialog[]; 166 extern const char kRendererStartupDialog[];
164 // TODO(jam): this doesn't belong in content. 167 // TODO(jam): this doesn't belong in content.
165 CONTENT_EXPORT extern const char kServiceProcess[]; 168 CONTENT_EXPORT extern const char kServiceProcess[];
166 extern const char kShowCompositedLayerBorders[]; 169 extern const char kShowCompositedLayerBorders[];
167 extern const char kShowCompositedLayerTree[]; 170 extern const char kShowCompositedLayerTree[];
168 extern const char kShowFPSCounter[]; 171 extern const char kShowFPSCounter[];
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 208
206 #if defined(USE_AURA) 209 #if defined(USE_AURA)
207 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 210 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
208 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 211 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
209 CONTENT_EXPORT extern const char kTestCompositor[]; 212 CONTENT_EXPORT extern const char kTestCompositor[];
210 #endif 213 #endif
211 214
212 } // namespace switches 215 } // namespace switches
213 216
214 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 217 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698