Index: chrome/browser/translate/translate_tab_helper.h |
diff --git a/chrome/browser/translate/translate_tab_helper.h b/chrome/browser/translate/translate_tab_helper.h |
index fb18ac1206dba116b0366e70180f98adcd1fe30d..c07186f28c97c21a416ea51856481022c1358229 100644 |
--- a/chrome/browser/translate/translate_tab_helper.h |
+++ b/chrome/browser/translate/translate_tab_helper.h |
@@ -92,6 +92,12 @@ class TranslateTabHelper |
const std::string& translated_lang, |
TranslateErrors::Type error_type); |
+ // Called when we receive ChromeViewHostMsg_NeedCLDData from a renderer |
+ // process; attempts to look up the CLD data file in local storage and, |
+ // if found, to send a response with an IPC-safe file construct back to |
+ // the renderer. |
+ void OnCLDDataRequested(); |
+ |
// Shows the translate bubble. |
void ShowBubble(TranslateStep step, TranslateErrors::Type error_type); |