| Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| index 84ec98240dc4dcadcbfa85dd926944d036bffff4..be07e4d4cf5191bfe772207b6738d8f2671dbf64 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| @@ -726,8 +726,7 @@
|
| ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
|
| }
|
|
|
| -// http://crbug.com/703546
|
| -IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcessFragment) {
|
| +IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcessFragment) {
|
| ASSERT_TRUE(StartEmbeddedTestServer());
|
|
|
| // See crossProcessFragment/f.html.
|
| @@ -748,8 +747,7 @@
|
| << message_;
|
| }
|
|
|
| -// http://crbug.com/703546
|
| -IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcessHistory) {
|
| +IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcessHistory) {
|
| ASSERT_TRUE(StartEmbeddedTestServer());
|
|
|
| // See crossProcessHistory/e.html.
|
|
|