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

Unified Diff: chrome/browser/printing/print_dialog_cloud_unittest.cc

Issue 10388214: Make cloud print dialog creation function not use browser list, instead obtain profile and parent w… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/print_dialog_cloud_unittest.cc
===================================================================
--- chrome/browser/printing/print_dialog_cloud_unittest.cc (revision 138102)
+++ chrome/browser/printing/print_dialog_cloud_unittest.cc (working copy)
@@ -317,7 +317,7 @@
EXPECT_CALL(*mock_flow_handler_.get(), SetDialogDelegate(_));
EXPECT_CALL(*mock_flow_handler_.get(), SetDialogDelegate(NULL));
delegate_.reset(new CloudPrintWebDialogDelegate(
- mock_flow_handler_.get(), 100, 100, std::string(), true, false));
+ mock_flow_handler_.get(), 100, 100, std::string(), false));
Albert Bodenhamer 2012/05/21 22:36:55 You'll need to drop the width and height and pass
}
virtual void TearDown() {

Powered by Google App Engine
This is Rietveld 408576698