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

Unified Diff: net/url_request/url_request_context_getter.h

Issue 9810022: Remove DONTUSEME_GetCookieStore(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « content/shell/shell_url_request_context_getter.cc ('k') | net/url_request/url_request_context_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « content/shell/shell_url_request_context_getter.cc ('k') | net/url_request/url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698