Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(944)

Unified Diff: chrome/browser/extensions/extension_infobar_apitest.cc

Issue 6788014: Fix DCHECK() in infobar animation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
Sheridan Rawlins 2011/04/01 18:41:48 Curious: is TOOLKIT_VIEWS enabled on both linux_vi
Peter Kasting 2011/04/01 19:07:15 Yes.
+#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

Powered by Google App Engine
This is Rietveld 408576698