diff options
Diffstat (limited to 'chrome_frame/test/ui_test.cc')
-rw-r--r-- | chrome_frame/test/ui_test.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index 2342ca3..66a6fcf 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -360,12 +360,7 @@ void NavigateToCurrentUrl(MockIEEventSink* mock) { // Tests that Chrome gets re-instantiated after crash if we reload via // the address bar or via a new navigation. -#if defined(USE_AURA) -// Renderer doesn't have focus; see http://crbug.com/235411. -TEST_P(FullTabUITest, DISABLED_TabCrashReload) { -#else TEST_P(FullTabUITest, TabCrashReload) { -#endif using testing::DoAll; if (!GetParam().invokes_cf()) { |