Index: chrome/browser/ui/webui/print_preview/print_preview_ui.cc |
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc |
index 142ac950718021d24c82d121c28877b026d5d7e0..ca4c7e43595e953969fe7512ee9086d07136a4f2 100644 |
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc |
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc |
@@ -388,9 +388,9 @@ int PrintPreviewUI::GetAvailableDraftPageCount() { |
return print_preview_data_service()->GetAvailableDraftPageCount(id_); |
} |
-void PrintPreviewUI::SetInitiatorTabTitle( |
+void PrintPreviewUI::SetInitiatorTitle( |
const string16& job_title) { |
- initiator_tab_title_ = job_title; |
+ initiator_title_ = job_title; |
} |
// static |
@@ -431,7 +431,7 @@ void PrintPreviewUI::OnPrintPreviewDialogClosed() { |
OnClosePrintPreviewDialog(); |
} |
-void PrintPreviewUI::OnInitiatorTabClosed() { |
+void PrintPreviewUI::OnInitiatorClosed() { |
WebContents* preview_dialog = web_ui()->GetWebContents(); |
printing::BackgroundPrintingManager* background_printing_manager = |
g_browser_process->background_printing_manager(); |