Index: chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac_browsertest.mm |
diff --git a/chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac_browsertest.mm b/chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac_browsertest.mm |
index abb844430fb634f7a18cdf4e1ec8406d9bc0cecc..42b0fd6288c9f1acddf3fbd6e331244aacbf6cad 100644 |
--- a/chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac_browsertest.mm |
+++ b/chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac_browsertest.mm |
@@ -53,10 +53,6 @@ class RenderViewContextMenuMacBrowserTest : public InProcessBrowserTest { |
// items exist and implement the expected methods, and that the filtering code |
// successfully removes those Services items. |
IN_PROC_BROWSER_TEST_F(RenderViewContextMenuMacBrowserTest, ServicesFiltering) { |
- // Services filtering does not work on Snow Leopard. |
- if (base::mac::IsOSSnowLeopard()) |
- return; |
- |
// Confirm that the _NSServicesMenuUpdater class exists and implements the |
// method we expect it to. |
Class menuUpdaterClass = NSClassFromString(@"_NSServicesMenuUpdater"); |