| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 16208)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -347,6 +347,9 @@
|
| // Prevent images from loading.
|
| const wchar_t kDisableImages[] = L"disable-images";
|
|
|
| +// Enable remote web font support
|
| +const wchar_t kEnableRemoteFonts[] = L"enable-remote-fonts";
|
| +
|
| // Use the low fragmentation heap for the CRT.
|
| const wchar_t kUseLowFragHeapCrt[] = L"use-lf-heap";
|
|
|
|
|