| Index: chrome/browser/browser_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/browser_browsertest.cc (revision 49315)
|
| +++ chrome/browser/browser_browsertest.cc (working copy)
|
| @@ -260,7 +260,7 @@
|
|
|
| // Navigate to another page, but click cancel in the dialog. Make sure that
|
| // the throbber stops spinning.
|
| - browser()->Reload();
|
| + browser()->Reload(CURRENT_TAB);
|
| AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog();
|
| alert->CloseModalDialog();
|
| EXPECT_FALSE(browser()->GetSelectedTabContents()->is_loading());
|
|
|