diff options
-rw-r--r-- | chrome/browser/extensions/app_process_apitest.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/extensions/app_process_apitest.cc b/chrome/browser/extensions/app_process_apitest.cc index 23a6548..f47eb7b 100644 --- a/chrome/browser/extensions/app_process_apitest.cc +++ b/chrome/browser/extensions/app_process_apitest.cc @@ -137,12 +137,7 @@ class BlockedAppApiTest : public AppApiTest { // Tests that hosted apps with the background permission get a process-per-app // model, since all pages need to be able to script the background page. // http://crbug.com/172750 -#if defined(OS_WIN) -#define MAYBE_AppProcess DISABLED_AppProcess -#else -#define MAYBE_AppProcess AppProcess -#endif -IN_PROC_BROWSER_TEST_F(AppApiTest, MAYBE_AppProcess) { +IN_PROC_BROWSER_TEST_F(AppApiTest, DISABLED_AppProcess) { LOG(INFO) << "Start of test."; extensions::ProcessMap* process_map = extensions::ExtensionSystem::Get( |