Commit 32080ab8 authored by agl@chromium.org's avatar agl@chromium.org

net: preparatory patch for crbug.com/142782

This patch is needed so that we can have a clean patch to merge
to M21.

https://chromiumcodereview.appspot.com/10830326/

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151842 0039d316-1c4b-4281-b951-d872f2087c98
parent 25bda7e9
...@@ -2,6 +2,14 @@ ...@@ -2,6 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// HACK for crbug.com/142782. I've put it all the way up here to avoid a merge
// collision
namespace base {
namespace mac {
bool IsOSSnowLeopardOrLater() { return true; }
} // namespace mac
} // namespace base
#include "net/socket/nss_ssl_util.h" #include "net/socket/nss_ssl_util.h"
#include <nss.h> #include <nss.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment