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

Unified Diff: chrome/browser/ui/cocoa/renderer_context_menu/render_view_context_menu_mac_browsertest.mm

Issue 1849343003: mac: Remove IsOSSnowLeopard(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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/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");

Powered by Google App Engine
This is Rietveld 408576698