| Index: chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| diff --git a/chrome/browser/ui/webui/options/options_ui_uitest.cc b/chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| index 08ab85805dbd90df252045342117728bc60d837e..cd63296accf8ae6f3d2340052e8931a1ce46aaf8 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| +++ b/chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| @@ -51,14 +51,7 @@ void OptionsUITest::VerifySections(scoped_refptr<TabProxy> tab) {
|
| EXPECT_EQ(kExpectedSections, num_of_sections);
|
| }
|
|
|
| -// See bug 104393.
|
| -#if defined(USE_AURA)
|
| -#define MAYBE_LoadOptionsByURL FAILS_LoadOptionsByURL
|
| -#else
|
| -#define MAYBE_LoadOptionsByURL LoadOptionsByURL
|
| -#endif
|
| -
|
| -TEST_F(OptionsUITest, MAYBE_LoadOptionsByURL) {
|
| +TEST_F(OptionsUITest, LoadOptionsByURL) {
|
| scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
|
| ASSERT_TRUE(browser.get());
|
|
|
|
|