Index: net/url_request/url_request_context_getter.h |
diff --git a/net/url_request/url_request_context_getter.h b/net/url_request/url_request_context_getter.h |
index a2475ddc174b060e4cd7fc656f0cc4de89a95506..c654f1665c38f13c11143ab001603b866cf9b479 100644 |
--- a/net/url_request/url_request_context_getter.h |
+++ b/net/url_request/url_request_context_getter.h |
@@ -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. |
@@ -27,10 +27,6 @@ class NET_EXPORT URLRequestContextGetter |
public: |
virtual URLRequestContext* GetURLRequestContext() = 0; |
- // See http://crbug.com/77835 for why this shouldn't be used. Instead use |
- // GetURLRequestContext()->cookie_store(); |
- virtual CookieStore* DONTUSEME_GetCookieStore(); |
- |
// Returns a MessageLoopProxy corresponding to the thread on which the |
// request IO happens (the thread on which the returned net::URLRequestContext |
// may be used). |