Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8051)

Unified Diff: chrome/utility/chrome_content_utility_client.cc

Issue 1378353006: Implementation of dwrite font proxy and removal of dwrite font cache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge to head Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/utility/chrome_content_utility_client.cc
diff --git a/chrome/utility/chrome_content_utility_client.cc b/chrome/utility/chrome_content_utility_client.cc
index ee6c03660c75fdbf446874082df943ce3d9a3555..da34a5947c6fcd7e1b129928869f2238ff8f154b 100644
--- a/chrome/utility/chrome_content_utility_client.cc
+++ b/chrome/utility/chrome_content_utility_client.cc
@@ -39,7 +39,6 @@
#endif
#if defined(OS_WIN)
-#include "chrome/utility/font_cache_handler_win.h"
#include "chrome/utility/shell_handler_win.h"
#endif
@@ -138,7 +137,6 @@ ChromeContentUtilityClient::ChromeContentUtilityClient()
#if defined(OS_WIN)
handlers_.push_back(new ShellHandler());
- handlers_.push_back(new FontCacheHandler());
#endif
handlers_.push_back(new SafeJsonParserHandler());

Powered by Google App Engine
This is Rietveld 408576698