Index: net/url_request/url_request_context_getter.cc |
diff --git a/net/url_request/url_request_context_getter.cc b/net/url_request/url_request_context_getter.cc |
index b4ff367b8b8239b7ab97c2615a96e9cee75d40af..844807fc06191ff25906dc353b278375557dbb02 100644 |
--- a/net/url_request/url_request_context_getter.cc |
+++ b/net/url_request/url_request_context_getter.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -9,9 +9,6 @@ |
#include "net/url_request/url_request_context.h" |
namespace net { |
-CookieStore* URLRequestContextGetter::DONTUSEME_GetCookieStore() { |
- return NULL; |
-} |
URLRequestContextGetter::URLRequestContextGetter() {} |