Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1476)

Unified Diff: chrome/browser/ui/webui/print_preview_ui.h

Issue 7313035: Print Preview: Associating preview requests and responses using an identifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.js ('k') | chrome/browser/ui/webui/print_preview_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698