| 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 | 9 |
| 10 #include "build/build_config.h" | 10 #include "build/build_config.h" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 CONTENT_EXPORT extern const char kDisableFlash3d[]; | 50 CONTENT_EXPORT extern const char kDisableFlash3d[]; |
| 51 CONTENT_EXPORT extern const char kDisableFlashStage3d[]; | 51 CONTENT_EXPORT extern const char kDisableFlashStage3d[]; |
| 52 CONTENT_EXPORT extern const char kDisableGpu[]; | 52 CONTENT_EXPORT extern const char kDisableGpu[]; |
| 53 CONTENT_EXPORT extern const char kDisableGpuCompositing[]; | 53 CONTENT_EXPORT extern const char kDisableGpuCompositing[]; |
| 54 extern const char kDisableGpuProcessCrashLimit[]; | 54 extern const char kDisableGpuProcessCrashLimit[]; |
| 55 CONTENT_EXPORT extern const char kDisableGpuRasterization[]; | 55 CONTENT_EXPORT extern const char kDisableGpuRasterization[]; |
| 56 CONTENT_EXPORT extern const char kDisableGpuSandbox[]; | 56 CONTENT_EXPORT extern const char kDisableGpuSandbox[]; |
| 57 CONTENT_EXPORT extern const char kDisableGpuWatchdog[]; | 57 CONTENT_EXPORT extern const char kDisableGpuWatchdog[]; |
| 58 CONTENT_EXPORT extern const char kDisableLowResTiling[]; | 58 CONTENT_EXPORT extern const char kDisableLowResTiling[]; |
| 59 CONTENT_EXPORT extern const char kDisableHangMonitor[]; | 59 CONTENT_EXPORT extern const char kDisableHangMonitor[]; |
| 60 CONTENT_EXPORT extern const char kDisableHideInactiveStackedTabCloseButtons[]; |
| 60 extern const char kDisableHistogramCustomizer[]; | 61 extern const char kDisableHistogramCustomizer[]; |
| 61 CONTENT_EXPORT extern const char kDisableImplSidePainting[]; | 62 CONTENT_EXPORT extern const char kDisableImplSidePainting[]; |
| 62 CONTENT_EXPORT extern const char kDisableJava[]; | 63 CONTENT_EXPORT extern const char kDisableJava[]; |
| 63 CONTENT_EXPORT extern const char kDisableLCDText[]; | 64 CONTENT_EXPORT extern const char kDisableLCDText[]; |
| 64 CONTENT_EXPORT extern const char kDisablePrefixedEncryptedMedia[]; | 65 CONTENT_EXPORT extern const char kDisablePrefixedEncryptedMedia[]; |
| 65 extern const char kDisableKillAfterBadIPC[]; | 66 extern const char kDisableKillAfterBadIPC[]; |
| 66 CONTENT_EXPORT extern const char kDisableLocalStorage[]; | 67 CONTENT_EXPORT extern const char kDisableLocalStorage[]; |
| 67 CONTENT_EXPORT extern const char kDisableLogging[]; | 68 CONTENT_EXPORT extern const char kDisableLogging[]; |
| 68 CONTENT_EXPORT extern const char kDisableMediaSource[]; | 69 CONTENT_EXPORT extern const char kDisableMediaSource[]; |
| 69 CONTENT_EXPORT extern const char kDisableNamespaceSandbox[]; | 70 CONTENT_EXPORT extern const char kDisableNamespaceSandbox[]; |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 extern const char kSandboxIPCProcess[]; | 207 extern const char kSandboxIPCProcess[]; |
| 207 CONTENT_EXPORT extern const char kScrollEndEffect[]; | 208 CONTENT_EXPORT extern const char kScrollEndEffect[]; |
| 208 extern const char kShowPaintRects[]; | 209 extern const char kShowPaintRects[]; |
| 209 CONTENT_EXPORT extern const char kSingleProcess[]; | 210 CONTENT_EXPORT extern const char kSingleProcess[]; |
| 210 CONTENT_EXPORT extern const char kSitePerProcess[]; | 211 CONTENT_EXPORT extern const char kSitePerProcess[]; |
| 211 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; | 212 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; |
| 212 CONTENT_EXPORT extern const char kStartFullscreen[]; | 213 CONTENT_EXPORT extern const char kStartFullscreen[]; |
| 213 CONTENT_EXPORT extern const char kStatsCollectionController[]; | 214 CONTENT_EXPORT extern const char kStatsCollectionController[]; |
| 214 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[]; | 215 CONTENT_EXPORT extern const char kTabCaptureDownscaleQuality[]; |
| 215 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[]; | 216 CONTENT_EXPORT extern const char kTabCaptureUpscaleQuality[]; |
| 216 CONTENT_EXPORT extern const char kTabCloseButtonsHiddenWithTouch[]; | |
| 217 CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; | 217 CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; |
| 218 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[]; | 218 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[]; |
| 219 CONTENT_EXPORT extern const char kTestType[]; | 219 CONTENT_EXPORT extern const char kTestType[]; |
| 220 CONTENT_EXPORT extern const char kTraceShutdown[]; | 220 CONTENT_EXPORT extern const char kTraceShutdown[]; |
| 221 extern const char kTraceShutdownFile[]; | 221 extern const char kTraceShutdownFile[]; |
| 222 extern const char kTraceStartup[]; | 222 extern const char kTraceStartup[]; |
| 223 extern const char kTraceStartupDuration[]; | 223 extern const char kTraceStartupDuration[]; |
| 224 extern const char kTraceStartupFile[]; | 224 extern const char kTraceStartupFile[]; |
| 225 CONTENT_EXPORT extern const char kTraceUploadURL[]; | 225 CONTENT_EXPORT extern const char kTraceUploadURL[]; |
| 226 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[]; | 226 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[]; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 #if defined(ENABLE_PLUGINS) | 299 #if defined(ENABLE_PLUGINS) |
| 300 CONTENT_EXPORT extern const char kEnablePluginPowerSaver[]; | 300 CONTENT_EXPORT extern const char kEnablePluginPowerSaver[]; |
| 301 #endif | 301 #endif |
| 302 | 302 |
| 303 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in | 303 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
| 304 // alphabetical order, or in one of the ifdefs (also in order in each section). | 304 // alphabetical order, or in one of the ifdefs (also in order in each section). |
| 305 | 305 |
| 306 } // namespace switches | 306 } // namespace switches |
| 307 | 307 |
| 308 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ | 308 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ |
| OLD | NEW |