Index: chrome/common/chrome_utility_messages.h |
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h |
index f97dfc9831dd1a2a3ce905c7e0e5bcb191c06f74..b0d0eb20c3eb0e274cdf234e885932a4cbfa1969 100644 |
--- a/chrome/common/chrome_utility_messages.h |
+++ b/chrome/common/chrome_utility_messages.h |
@@ -184,4 +184,6 @@ IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_GetSaveFileName_Failed) |
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) |