| Index: chrome/browser/web_bluetooth_browsertest.cc
|
| diff --git a/chrome/browser/web_bluetooth_browsertest.cc b/chrome/browser/web_bluetooth_browsertest.cc
|
| index 98feac5fe79a27e28dc24e6aed3117efff70c825..5bbec680d95b9770dc504bbbd709b1ddbfe0b176 100644
|
| --- a/chrome/browser/web_bluetooth_browsertest.cc
|
| +++ b/chrome/browser/web_bluetooth_browsertest.cc
|
| @@ -78,7 +78,7 @@ IN_PROC_BROWSER_TEST_F(WebBluetoothTest, WebBluetoothAfterCrash) {
|
| crash_observer.Wait();
|
|
|
| // Reload tab.
|
| - chrome::Reload(browser(), CURRENT_TAB);
|
| + chrome::Reload(browser(), WindowOpenDisposition::CURRENT_TAB);
|
| content::WaitForLoadStop(
|
| browser()->tab_strip_model()->GetActiveWebContents());
|
|
|
|
|