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

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

Issue 10667023: Revert 143931 - Enable Pointer Lock by default, change about:flags option to multi-select. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 CONTENT_EXPORT extern const char kDisableHangMonitor[]; 56 CONTENT_EXPORT extern const char kDisableHangMonitor[];
57 extern const char kDisableImageTransportSurface[]; 57 extern const char kDisableImageTransportSurface[];
58 CONTENT_EXPORT extern const char kDisableInteractiveFormValidation[]; 58 CONTENT_EXPORT extern const char kDisableInteractiveFormValidation[];
59 CONTENT_EXPORT extern const char kDisableJava[]; 59 CONTENT_EXPORT extern const char kDisableJava[];
60 CONTENT_EXPORT extern const char kDisableJavaScript[]; 60 CONTENT_EXPORT extern const char kDisableJavaScript[];
61 extern const char kDisableJavaScriptI18NAPI[]; 61 extern const char kDisableJavaScriptI18NAPI[];
62 CONTENT_EXPORT extern const char kDisableLocalStorage[]; 62 CONTENT_EXPORT extern const char kDisableLocalStorage[];
63 CONTENT_EXPORT extern const char kDisableLogging[]; 63 CONTENT_EXPORT extern const char kDisableLogging[];
64 CONTENT_EXPORT extern const char kDisableSmoothScrolling[]; 64 CONTENT_EXPORT extern const char kDisableSmoothScrolling[];
65 CONTENT_EXPORT extern const char kDisablePlugins[]; 65 CONTENT_EXPORT extern const char kDisablePlugins[];
66 extern const char kDisablePointerLock[];
67 CONTENT_EXPORT extern const char kDisablePopupBlocking[]; 66 CONTENT_EXPORT extern const char kDisablePopupBlocking[];
68 extern const char kDisableRemoteFonts[]; 67 extern const char kDisableRemoteFonts[];
69 extern const char kDisableRendererAccessibility[]; 68 extern const char kDisableRendererAccessibility[];
70 extern const char kDisableSSLFalseStart[]; 69 extern const char kDisableSSLFalseStart[];
71 extern const char kDisableSeccompSandbox[]; 70 extern const char kDisableSeccompSandbox[];
72 extern const char kDisableSeccompFilterSandbox[]; 71 extern const char kDisableSeccompFilterSandbox[];
73 extern const char kDisableSessionStorage[]; 72 extern const char kDisableSessionStorage[];
74 extern const char kDisableSharedWorkers[]; 73 extern const char kDisableSharedWorkers[];
75 extern const char kDisableSiteSpecificQuirks[]; 74 extern const char kDisableSiteSpecificQuirks[];
76 CONTENT_EXPORT extern const char kDisableSpeechInput[]; 75 CONTENT_EXPORT extern const char kDisableSpeechInput[];
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 214
216 #if defined(USE_AURA) 215 #if defined(USE_AURA)
217 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 216 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
218 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 217 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
219 CONTENT_EXPORT extern const char kTestCompositor[]; 218 CONTENT_EXPORT extern const char kTestCompositor[];
220 #endif 219 #endif
221 220
222 } // namespace switches 221 } // namespace switches
223 222
224 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 223 #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