| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index 50f68e47e29ba4d33a002507edf7fedeea0c71f7..73f904f13904f2d79dca9e54414bfd08db9c6652 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -287,4 +287,6 @@
|
| IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_GetSaveFileName_Result,
|
| base::FilePath /* path */,
|
| int /* one_based_filter_index */)
|
| +IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_BuildDirectWriteFontCache,
|
| + base::FilePath /* cache file path */)
|
| #endif // defined(OS_WIN)
|
|
|