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 f2d44ce78e0c6e49f88027da00999c46214f24ab..28a91ad390888b11fb363f2a32d4fb9273833efd 100644 |
--- a/chrome/browser/ui/webui/print_preview_ui.h |
+++ b/chrome/browser/ui/webui/print_preview_ui.h |
@@ -46,9 +46,11 @@ class PrintPreviewUI : public ChromeWebUI { |
// |job_title| is the title of the page being previewed. |
// |modifiable| indicates if the preview can be rerendered with different |
// print settings. |
+ // |preview_request_id| indicates wich request resulted in this response. |
void OnPreviewDataIsAvailable(int expected_pages_count, |
const string16& job_title, |
- bool modifiable); |
+ bool modifiable, |
+ int preview_request_id); |
// Notify the Web UI that a navigation has occurred in this tab. This is the |
// last chance to communicate with the source tab before the assocation is |