Index: chrome/browser/printing/print_dialog_cloud_unittest.cc |
=================================================================== |
--- chrome/browser/printing/print_dialog_cloud_unittest.cc (revision 138829) |
+++ 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_path, mock_flow_handler_.get(), std::string(), false)); |
} |
virtual void TearDown() { |
@@ -333,7 +333,6 @@ |
}; |
TEST_F(CloudPrintWebDialogDelegateTest, BasicChecks) { |
- EXPECT_EQ(ui::MODAL_TYPE_WINDOW, delegate_->GetDialogModalType()); |
EXPECT_THAT(delegate_->GetDialogContentURL().spec(), |
StrEq(chrome::kChromeUICloudPrintResourcesURL)); |
EXPECT_TRUE(delegate_->GetDialogTitle().empty()); |