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