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

Unified Diff: chrome/browser/printing/printing_message_filter.h

Issue 10873097: Merge 153342 - Print preview: Use an ID instead of memory pointer string in WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 years, 4 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/printing/printing_message_filter.h
===================================================================
--- chrome/browser/printing/printing_message_filter.h (revision 153583)
+++ chrome/browser/printing/printing_message_filter.h (working copy)
@@ -107,7 +107,7 @@
IPC::Message* reply_msg);
// Check to see if print preview has been cancelled.
- void OnCheckForCancel(const std::string& preview_ui_addr,
+ void OnCheckForCancel(int32 preview_ui_id,
int preview_request_id,
bool* cancel);
« no previous file with comments | « chrome/browser/printing/print_preview_data_service.cc ('k') | chrome/browser/printing/printing_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698