From f47236ff2b4e5ac38bcbd1392d669b4a681f30cc Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Fri, 26 Jun 2009 20:02:12 +0000 Subject: s/OS_MAC/OS_MACOSX/ Review URL: http://codereview.chromium.org/149087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19405 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser') diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc b/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc index 74366fe..99eff3c 100644 --- a/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc +++ b/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc @@ -192,7 +192,7 @@ TEST_F(ResourceDispatcherTest, CrossSiteOnunloadCookie) { ASSERT_STREQ("foo", value_result.c_str()); } -#if !defined(OS_MAC) +#if !defined(OS_MACOSX) // Tests that the onbeforeunload and onunload logic is shortcutted if the old // renderer is gone. In that case, we don't want to wait for the old renderer // to run the handlers. @@ -225,7 +225,7 @@ TEST_F(ResourceDispatcherTest, CrossSiteAfterCrash) { CheckTitleTest(L"content-sniffer-test0.html", L"Content Sniffer Test 0"); } -#endif +#endif // !defined(OS_MACOSX) // Tests that cross-site navigations work when the new page does not go through // the BufferedEventHandler (e.g., non-http{s} URLs). (Bug 1225872) -- cgit v1.1