| Index: chrome/test/base/chrome_test_launcher.cc
|
| ===================================================================
|
| --- chrome/test/base/chrome_test_launcher.cc (revision 172746)
|
| +++ chrome/test/base/chrome_test_launcher.cc (working copy)
|
| @@ -114,15 +114,6 @@
|
| #if defined(OS_LINUX) && defined(USE_AURA) && !defined(OS_CHROMEOS)
|
| return 0;
|
| #endif
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| - wchar_t filename[MAX_PATH];
|
| - GetModuleFileName(NULL, filename, MAX_PATH);
|
| - // http://crbug.com/154081: early exit until interactive_ui_tests are green.
|
| - if (EndsWith(filename, L"interactive_ui_tests.exe", false)) {
|
| - LOG(INFO) << "interactive_ui_tests on win aura are not ready yet.";
|
| - return 0;
|
| - }
|
| -#endif
|
|
|
| #if defined(OS_MACOSX)
|
| chrome_browser_application_mac::RegisterBrowserCrApp();
|
|
|