| 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 7d54f4eebe581bfa55a92d7038296349e4f4081a..85cbd630dd66f88a15a17687789d87583cbb9bb7 100644
|
| --- a/chrome/utility/chrome_content_utility_client.cc
|
| +++ b/chrome/utility/chrome_content_utility_client.cc
|
| @@ -44,7 +44,6 @@
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| -#include "chrome/utility/font_cache_handler_win.h"
|
| #include "chrome/utility/shell_handler_win.h"
|
| #endif
|
|
|
| @@ -132,7 +131,6 @@ ChromeContentUtilityClient::ChromeContentUtilityClient()
|
|
|
| #if defined(OS_WIN)
|
| handlers_.push_back(new ShellHandler());
|
| - handlers_.push_back(new FontCacheHandler());
|
| #endif
|
|
|
| handlers_.push_back(new SafeJsonParserHandler());
|
|
|