| Index: trunk/src/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/webui/print_preview/print_preview_handler.h (revision 214772)
|
| +++ trunk/src/chrome/browser/ui/webui/print_preview/print_preview_handler.h (working copy)
|
| @@ -182,8 +182,8 @@
|
| // Asks the browser to show the cloud print dialog.
|
| void PrintWithCloudPrintDialog();
|
|
|
| - // Gets the initiator for the print preview dialog.
|
| - content::WebContents* GetInitiator() const;
|
| + // Gets the initiator tab for the print preview dialog.
|
| + content::WebContents* GetInitiatorTab() const;
|
|
|
| // Closes the preview dialog.
|
| void ClosePreviewDialog();
|
| @@ -191,8 +191,8 @@
|
| // Adds all the recorded stats taken so far to histogram counts.
|
| void ReportStats();
|
|
|
| - // Clears initiator details for the print preview dialog.
|
| - void ClearInitiatorDetails();
|
| + // Clears initiator tab details for the print preview dialog.
|
| + void ClearInitiatorTabDetails();
|
|
|
| // Posts a task to save |data| to pdf at |print_to_pdf_path_|.
|
| void PostPrintToPdfTask();
|
|
|