summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc11
-rw-r--r--chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc11
2 files changed, 4 insertions, 18 deletions
diff --git a/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc b/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc
index 0c762c2..443524a 100644
--- a/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc
+++ b/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -20,14 +20,7 @@ class GuestModeOptionsUITest : public OptionsUITest {
}
};
-// See bug 104393.
-#if defined(USE_AURA)
-#define MAYBE_LoadOptionsByURL FAILS_LoadOptionsByURL
-#else
-#define MAYBE_LoadOptionsByURL LoadOptionsByURL
-#endif
-
-TEST_F(GuestModeOptionsUITest, MAYBE_LoadOptionsByURL) {
+TEST_F(GuestModeOptionsUITest, LoadOptionsByURL) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
diff --git a/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc b/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
index b5365ee..1a0ae10 100644
--- a/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -20,14 +20,7 @@ class GuestModeOptionsUITest : public OptionsUITest {
}
};
-// See bug 104393.
-#if defined(USE_AURA)
-#define MAYBE_LoadOptionsByURL FAILS_LoadOptionsByURL
-#else
-#define MAYBE_LoadOptionsByURL LoadOptionsByURL
-#endif
-
-TEST_F(GuestModeOptionsUITest, MAYBE_LoadOptionsByURL) {
+TEST_F(GuestModeOptionsUITest, LoadOptionsByURL) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());