Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
=================================================================== |
--- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 16208) |
+++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy) |
@@ -165,6 +165,8 @@ |
prefs->GetBoolean(prefs::kWebKitLoadsImagesAutomatically); |
web_prefs.uses_page_cache = |
command_line.HasSwitch(switches::kEnableFastback); |
+ web_prefs.remote_fonts_enabled = |
+ command_line.HasSwitch(switches::kEnableRemoteFonts); |
} |
web_prefs.uses_universal_detector = |