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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 397038: For the 249 branch:... (Closed) Base URL: svn://chrome-svn/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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 | « chrome/common/chrome_switches.h ('k') | webkit/glue/webpreferences.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 // This does NOT enable color management for images. The source is still 202 // This does NOT enable color management for images. The source is still
203 // assumed to be sRGB. 203 // assumed to be sRGB.
204 const char kEnableMonitorProfile[] = "enable-monitor-profile"; 204 const char kEnableMonitorProfile[] = "enable-monitor-profile";
205 205
206 // Enable Native Web Worker support 206 // Enable Native Web Worker support
207 const char kEnableNativeWebWorkers[] = "enable-native-web-workers"; 207 const char kEnableNativeWebWorkers[] = "enable-native-web-workers";
208 208
209 // Enable AutoFill++. 209 // Enable AutoFill++.
210 const char kEnableNewAutoFill[] = "enable-new-autofill"; 210 const char kEnableNewAutoFill[] = "enable-new-autofill";
211 211
212 // Enable remote web font support. SVG font should always work whether 212 // Disable remote web font support. SVG font should always work whether
213 // this option is specified or not. 213 // this option is specified or not.
214 const char kEnableRemoteFonts[] = "enable-remote-fonts"; 214 const char kDisableRemoteFonts[] = "disable-remote-fonts";
215 215
216 // Turns on the accessibility in the renderer. Off by default until 216 // Turns on the accessibility in the renderer. Off by default until
217 // http://b/issue?id=1432077 is fixed. 217 // http://b/issue?id=1432077 is fixed.
218 const char kEnableRendererAccessibility[] = "enable-renderer-accessibility"; 218 const char kEnableRendererAccessibility[] = "enable-renderer-accessibility";
219 219
220 // Enable the seccomp sandbox (Linux only) 220 // Enable the seccomp sandbox (Linux only)
221 const char kEnableSeccompSandbox[] = "enable-seccomp-sandbox"; 221 const char kEnableSeccompSandbox[] = "enable-seccomp-sandbox";
222 222
223 // Enable session storage. Still buggy. 223 // Enable session storage. Still buggy.
224 const char kEnableSessionStorage[] = "enable-session-storage"; 224 const char kEnableSessionStorage[] = "enable-session-storage";
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 702
703 // ----------------------------------------------------------------------------- 703 // -----------------------------------------------------------------------------
704 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 704 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
705 // 705 //
706 // You were going to just dump your switches here, weren't you? Instead, 706 // You were going to just dump your switches here, weren't you? Instead,
707 // please put them in alphabetical order above, or in order inside the 707 // please put them in alphabetical order above, or in order inside the
708 // appropriate ifdef at the bottom. The order should match the header. 708 // appropriate ifdef at the bottom. The order should match the header.
709 // ----------------------------------------------------------------------------- 709 // -----------------------------------------------------------------------------
710 710
711 } // namespace switches 711 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698