| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 33792)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -126,6 +126,10 @@
|
| // disable that check. This switch is used during automated testing.
|
| const char kDisablePromptOnRepost[] = "disable-prompt-on-repost";
|
|
|
| +// Disable remote web font support. SVG font should always work whether
|
| +// this option is specified or not.
|
| +const char kDisableRemoteFonts[] = "disable-remote-fonts";
|
| +
|
| // Enable shared workers. Functionality not yet complete.
|
| const char kDisableSharedWorkers[] = "disable-shared-workers";
|
|
|
| @@ -218,10 +222,6 @@
|
| // Enable Privacy Blacklists.
|
| const char kEnablePrivacyBlacklists[] = "enable-privacy-blacklists";
|
|
|
| -// Enable remote web font support. SVG font should always work whether
|
| -// this option is specified or not.
|
| -const char kEnableRemoteFonts[] = "enable-remote-fonts";
|
| -
|
| // Turns on the accessibility in the renderer. Off by default until
|
| // http://b/issue?id=1432077 is fixed.
|
| const char kEnableRendererAccessibility[] = "enable-renderer-accessibility";
|
|
|