| Index: chrome/browser/extensions/extension_infobar_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_infobar_apitest.cc (revision 80169)
|
| +++ chrome/browser/extensions/extension_infobar_apitest.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -6,12 +6,10 @@
|
| #include "chrome/browser/extensions/extension_apitest.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|
| -#if defined(OS_WIN)
|
| -// Also marking this as disabled on Windows. See http://crbug.com/75451.
|
| -#define MAYBE_Infobars DISABLED_Infobars
|
| +#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
|
| +#define MAYBE_Infobars Infobars
|
| #else
|
| // Need to finish port to Linux. See http://crbug.com/39916 for details.
|
| -// Temporarily marked as DISABLED on OSX too. See http://crbug.com/60990 for details.
|
| #define MAYBE_Infobars DISABLED_Infobars
|
| #endif
|
|
|
|
|