| Index: chrome/browser/apps/app_browsertest.cc
|
| diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
|
| index f99e96289548dcfd1ac341136b763aa183bdb32b..4d336bd53cae9c50618af7842154a977a1bd3233 100644
|
| --- a/chrome/browser/apps/app_browsertest.cc
|
| +++ b/chrome/browser/apps/app_browsertest.cc
|
| @@ -849,7 +849,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_ConstrainedWindowRequest) {
|
| // Verify that the shell window has a dialog attached.
|
| WebContentsModalDialogManager* web_contents_modal_dialog_manager =
|
| WebContentsModalDialogManager::FromWebContents(web_contents);
|
| - EXPECT_TRUE(web_contents_modal_dialog_manager->IsShowingDialog());
|
| + EXPECT_TRUE(web_contents_modal_dialog_manager->IsDialogActive());
|
|
|
| // Close the constrained window and wait for the reply to the permission
|
| // request.
|
|
|