Index: chrome/browser/ui/webui/print_preview_ui.h |
diff --git a/chrome/browser/ui/webui/print_preview_ui.h b/chrome/browser/ui/webui/print_preview_ui.h |
index a219539de2afd4bc0c4a565a3cafb8aab3410828..670fb5960995ebb06e5dd20b0857655b542ac55c 100644 |
--- a/chrome/browser/ui/webui/print_preview_ui.h |
+++ b/chrome/browser/ui/webui/print_preview_ui.h |
@@ -48,6 +48,9 @@ class PrintPreviewUI : public ChromeWebUI { |
void SetInitiatorTabURLAndTitle(const std::string& initiator_url, |
const string16& initiator_tab_title); |
+ // Notify the Web UI about the initiator tab title. |
+ void OnGetInitiatorTabTitle(); |
+ |
// Determines whether to cancel a print preview request based on |
// |preview_ui_addr| and |request_id|. |
// Can be called from any thread. |