| 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 a813cef5d3e35573a7c5e9fa26b08f5222105a9b..4ee0fe9276a9345228338ca7e73acd075fbccd71 100644
|
| --- a/chrome/utility/chrome_content_utility_client.cc
|
| +++ b/chrome/utility/chrome_content_utility_client.cc
|
| @@ -30,6 +30,7 @@
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| +#include "chrome/utility/font_cache_handler_win.h"
|
| #include "chrome/utility/shell_handler_win.h"
|
| #endif
|
|
|
| @@ -99,6 +100,7 @@ ChromeContentUtilityClient::ChromeContentUtilityClient()
|
|
|
| #if defined(OS_WIN)
|
| handlers_.push_back(new ShellHandler());
|
| + handlers_.push_back(new FontCacheHandler());
|
| #endif
|
| }
|
|
|
|
|