| Index: chrome/browser/tab_contents/web_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents.cc (revision 14517)
|
| +++ chrome/browser/tab_contents/web_contents.cc (working copy)
|
| @@ -1402,6 +1402,8 @@
|
| prefs->GetBoolean(prefs::kWebKitLoadsImagesAutomatically);
|
| web_prefs.uses_page_cache =
|
| command_line.HasSwitch(switches::kEnableFastback);
|
| + web_prefs.remote_font_enabled =
|
| + command_line.HasSwitch(switches::kEnableRemoteFont);
|
| }
|
|
|
| web_prefs.uses_universal_detector =
|
|
|
| Property changes on: chrome\browser\tab_contents\web_contents.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/tab_contents/web_contents.cc:r13273
|
|
|
|
|