Index: chrome/browser/extensions/extension_keybinding_apitest.cc |
diff --git a/chrome/browser/extensions/extension_keybinding_apitest.cc b/chrome/browser/extensions/extension_keybinding_apitest.cc |
index 49fae8680370495ea2595212a407b159d01a6a81..f27477750262d228de2c3ed43ba3c1afcd4d1b3b 100644 |
--- a/chrome/browser/extensions/extension_keybinding_apitest.cc |
+++ b/chrome/browser/extensions/extension_keybinding_apitest.cc |
@@ -241,17 +241,9 @@ IN_PROC_BROWSER_TEST_F(CommandsApiTest, MAYBE_DontOverwriteSystemShortcuts) { |
ASSERT_TRUE(result); |
} |
-#if defined(OS_WIN) |
-// TODO(wittman): Enable the test once the bookmarks aren't a part of Settings |
-// Overrides API. |
-#define MAYBE_OverwriteBookmarkShortcut OverwriteBookmarkShortcut |
-#else |
-#define MAYBE_OverwriteBookmarkShortcut DISABLED_OverwriteBookmarkShortcut |
-#endif |
- |
// This test validates that an extension can override the Chrome bookmark |
// shortcut if it has requested to do so. |
-IN_PROC_BROWSER_TEST_F(CommandsApiTest, MAYBE_OverwriteBookmarkShortcut) { |
+IN_PROC_BROWSER_TEST_F(CommandsApiTest, OverwriteBookmarkShortcut) { |
ASSERT_TRUE(test_server()->Start()); |
ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser())); |