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

Unified Diff: chrome/renderer/mock_render_thread.h

Issue 7831041: Fix print preview workflow to reflect settings of selected printer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update per code review Created 9 years, 3 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/renderer/mock_render_thread.h
diff --git a/chrome/renderer/mock_render_thread.h b/chrome/renderer/mock_render_thread.h
index d0344b89b80c38a3fa89c6599d6c2d2bab9a26ed..5d1b444fab2f02563a3fe49d2a1c4b24e3907d59 100644
--- a/chrome/renderer/mock_render_thread.h
+++ b/chrome/renderer/mock_render_thread.h
@@ -138,8 +138,7 @@ class MockRenderThread : public RenderThreadBase {
// For print preview, PrintWebViewHelper will update settings.
- void OnUpdatePrintSettings(int document_cookie,
- const DictionaryValue& job_settings,
+ void OnUpdatePrintSettings(const DictionaryValue& job_settings,
PrintMsg_PrintPages_Params* params);
IPC::TestSink sink_;

Powered by Google App Engine
This is Rietveld 408576698