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

Unified Diff: printing/print_job_constants.cc

Issue 7550022: Print Preview: Fixing behavior of event listeners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding new struct PrintHostMsg_DidGetPreviewPageCount_Params. Created 9 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
« chrome/renderer/mock_render_thread.cc ('K') | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.cc
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index 0c50b442f923cc66040148f9f61d8db24b46dfbf..e5c67ecd7c75386c6acafc6707046b6b664ad59b 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -6,6 +6,9 @@
namespace printing {
+// True if this is the first preview request.
+const char kIsFirstRequest[] = "isFirstRequest";
+
// Unique ID sent along every preview request.
const char kPreviewRequestID[] = "requestID";
« chrome/renderer/mock_render_thread.cc ('K') | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698