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

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

Issue 13843008: Remove the --disable-javascript-i18n-api command line flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « content/child/runtime_features.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 CONTENT_EXPORT extern const char kDisableGpuProcessPrelaunch[]; 56 CONTENT_EXPORT extern const char kDisableGpuProcessPrelaunch[];
57 extern const char kDisableGpuSandbox[]; 57 extern const char kDisableGpuSandbox[];
58 extern const char kReduceGpuSandbox[]; 58 extern const char kReduceGpuSandbox[];
59 extern const char kDisableGpuWatchdog[]; 59 extern const char kDisableGpuWatchdog[];
60 CONTENT_EXPORT extern const char kDisableHangMonitor[]; 60 CONTENT_EXPORT extern const char kDisableHangMonitor[];
61 CONTENT_EXPORT extern const char kDisableHTMLNotifications[]; 61 CONTENT_EXPORT extern const char kDisableHTMLNotifications[];
62 extern const char kDisableHistogramCustomizer[]; 62 extern const char kDisableHistogramCustomizer[];
63 extern const char kDisableImageTransportSurface[]; 63 extern const char kDisableImageTransportSurface[];
64 CONTENT_EXPORT extern const char kDisableJava[]; 64 CONTENT_EXPORT extern const char kDisableJava[];
65 CONTENT_EXPORT extern const char kDisableJavaScript[]; 65 CONTENT_EXPORT extern const char kDisableJavaScript[];
66 extern const char kDisableJavaScriptI18NAPI[];
67 CONTENT_EXPORT extern const char kDisableLocalStorage[]; 66 CONTENT_EXPORT extern const char kDisableLocalStorage[];
68 CONTENT_EXPORT extern const char kDisableLogging[]; 67 CONTENT_EXPORT extern const char kDisableLogging[];
69 CONTENT_EXPORT extern const char kLogNetLog[]; 68 CONTENT_EXPORT extern const char kLogNetLog[];
70 CONTENT_EXPORT extern const char kDisableSmoothScrolling[]; 69 CONTENT_EXPORT extern const char kDisableSmoothScrolling[];
71 CONTENT_EXPORT extern const char kDisablePlugins[]; 70 CONTENT_EXPORT extern const char kDisablePlugins[];
72 extern const char kDisableRemoteFonts[]; 71 extern const char kDisableRemoteFonts[];
73 extern const char kDisableRendererAccessibility[]; 72 extern const char kDisableRendererAccessibility[];
74 extern const char kDisableSSLFalseStart[]; 73 extern const char kDisableSSLFalseStart[];
75 extern const char kDisableSeccompFilterSandbox[]; 74 extern const char kDisableSeccompFilterSandbox[];
76 extern const char kDisableSessionStorage[]; 75 extern const char kDisableSessionStorage[];
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[]; 275 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
277 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 276 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
278 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 277 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
279 278
280 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[]; 279 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
281 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[]; 280 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
282 281
283 } // namespace switches 282 } // namespace switches
284 283
285 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 284 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698