| Index: chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc
|
| diff --git a/chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc b/chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc
|
| index f5b70554a1730bb904c0a4818adc4cc395cb3067..009343c5d6d14feeab9d8938ebb55e8bd869a589 100644
|
| --- a/chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc
|
| +++ b/chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc
|
| @@ -117,7 +117,7 @@ IN_PROC_BROWSER_TEST_F(BrowserActionInteractiveTest, TestOpenPopup) {
|
| content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
|
| content::NotificationService::AllSources());
|
| // Show second popup in new window.
|
| - listener.Reply("");
|
| + listener.Reply("show another");
|
| frame_observer.Wait();
|
| EXPECT_TRUE(BrowserActionTestUtil(new_browser).HasPopup());
|
| }
|
| @@ -214,7 +214,7 @@ IN_PROC_BROWSER_TEST_F(BrowserActionInteractiveTest,
|
|
|
| ResultCatcher catcher;
|
| // Return control to javascript to validate that opening a popup fails now.
|
| - listener.Reply("");
|
| + listener.Reply("show another");
|
| ASSERT_TRUE(catcher.GetNextResult()) << message_;
|
| }
|
|
|
|
|