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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc

Issue 8508019: Add a method to the controller to close the picker/service tab when a return value is passed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change delegate comment to notification sense of OnClosing. Created 9 years, 1 month 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/ui/intents/web_intent_picker_controller_unittest.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc b/chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc
index 3ea521587269570f04617f198b3100c74339bc8d..bfa7727c4d17c82fba065fa3efe80fbda9c73587 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc
@@ -262,7 +262,6 @@ TEST_F(WebIntentPickerControllerTest, Cancel) {
EXPECT_CALL(*controller_, OnClosing())
.WillOnce(Invoke(controller_.get(),
&TestWebIntentPickerController::BaseOnClosing));
- EXPECT_CALL(*picker_factory_, ClosePicker(_));
controller_->ShowDialog(NULL, kAction1, kType);
WaitForDialogToShow();

Powered by Google App Engine
This is Rietveld 408576698