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