| Index: chrome/browser/captive_portal/captive_portal_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/captive_portal/captive_portal_browsertest.cc (revision 155583)
|
| +++ chrome/browser/captive_portal/captive_portal_browsertest.cc (working copy)
|
| @@ -1841,8 +1841,7 @@
|
| }
|
|
|
| // Checks that navigating back to a timeout triggers captive portal detection.
|
| -// Disabled: http://crbug.com/136310
|
| -IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_GoBackToTimeout) {
|
| +IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, GoBackToTimeout) {
|
| // Disable captive portal detection so the first navigation doesn't open a
|
| // login tab.
|
| EnableCaptivePortalDetection(browser()->profile(), false);
|
| @@ -1900,8 +1899,7 @@
|
| // Checks that reloading a timeout triggers captive portal detection.
|
| // Much like the last test, though the captive portal is disabled before
|
| // the inital navigation, rather than captive portal detection.
|
| -// Disabled: http://crbug.com/136310
|
| -IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_ReloadTimeout) {
|
| +IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, ReloadTimeout) {
|
| URLRequestMockCaptivePortalJobFactory::SetBehindCaptivePortal(false);
|
|
|
| // Do the first navigation while not behind a captive portal.
|
|
|