OLD | NEW |
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 CONTENT_EXPORT extern const char kNaClLoaderProcess[]; | 134 CONTENT_EXPORT extern const char kNaClLoaderProcess[]; |
135 extern const char kNoJsRandomness[]; | 135 extern const char kNoJsRandomness[]; |
136 CONTENT_EXPORT extern const char kNoReferrers[]; | 136 CONTENT_EXPORT extern const char kNoReferrers[]; |
137 CONTENT_EXPORT extern const char kNoSandbox[]; | 137 CONTENT_EXPORT extern const char kNoSandbox[]; |
138 CONTENT_EXPORT extern const char kPlaybackMode[]; | 138 CONTENT_EXPORT extern const char kPlaybackMode[]; |
139 extern const char kPluginLauncher[]; | 139 extern const char kPluginLauncher[]; |
140 CONTENT_EXPORT extern const char kPluginPath[]; | 140 CONTENT_EXPORT extern const char kPluginPath[]; |
141 CONTENT_EXPORT extern const char kPluginProcess[]; | 141 CONTENT_EXPORT extern const char kPluginProcess[]; |
142 extern const char kPluginStartupDialog[]; | 142 extern const char kPluginStartupDialog[]; |
143 CONTENT_EXPORT extern const char kPpapiBrokerProcess[]; | 143 CONTENT_EXPORT extern const char kPpapiBrokerProcess[]; |
144 CONTENT_EXPORT extern const char kPpapiFlashArgs[]; | |
145 CONTENT_EXPORT extern const char kPpapiFlashPath[]; | 144 CONTENT_EXPORT extern const char kPpapiFlashPath[]; |
146 CONTENT_EXPORT extern const char kPpapiFlashVersion[]; | 145 CONTENT_EXPORT extern const char kPpapiFlashVersion[]; |
147 CONTENT_EXPORT extern const char kPpapiOutOfProcess[]; | 146 CONTENT_EXPORT extern const char kPpapiOutOfProcess[]; |
148 extern const char kPpapiPluginLauncher[]; | 147 extern const char kPpapiPluginLauncher[]; |
149 CONTENT_EXPORT extern const char kPpapiPluginProcess[]; | 148 CONTENT_EXPORT extern const char kPpapiPluginProcess[]; |
150 extern const char kPpapiStartupDialog[]; | 149 extern const char kPpapiStartupDialog[]; |
151 extern const char kProcessPerSite[]; | 150 extern const char kProcessPerSite[]; |
152 CONTENT_EXPORT extern const char kProcessPerTab[]; | 151 CONTENT_EXPORT extern const char kProcessPerTab[]; |
153 CONTENT_EXPORT extern const char kProcessType[]; | 152 CONTENT_EXPORT extern const char kProcessType[]; |
154 CONTENT_EXPORT extern const char kRecordMode[]; | 153 CONTENT_EXPORT extern const char kRecordMode[]; |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 | 206 |
208 #if defined(USE_AURA) | 207 #if defined(USE_AURA) |
209 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; | 208 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; |
210 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; | 209 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; |
211 CONTENT_EXPORT extern const char kTestCompositor[]; | 210 CONTENT_EXPORT extern const char kTestCompositor[]; |
212 #endif | 211 #endif |
213 | 212 |
214 } // namespace switches | 213 } // namespace switches |
215 | 214 |
216 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ | 215 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ |
OLD | NEW |