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

Unified Diff: content/shell/shell_url_request_context_getter.cc

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.h ('k') | net/url_request/url_request_context_getter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_url_request_context_getter.cc
diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc
index 48c72b01d446e2030d02a045610d241a9d6f1d00..c60cf0a3b8d803830619759145f94b5715690f83 100644
--- a/content/shell/shell_url_request_context_getter.cc
+++ b/content/shell/shell_url_request_context_getter.cc
@@ -104,13 +104,6 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
return url_request_context_;
}
-net::CookieStore* ShellURLRequestContextGetter::DONTUSEME_GetCookieStore() {
- if (BrowserThread::CurrentlyOn(BrowserThread::IO))
- return GetURLRequestContext()->cookie_store();
- NOTIMPLEMENTED();
- return NULL;
-}
-
scoped_refptr<base::MessageLoopProxy>
ShellURLRequestContextGetter::GetIOMessageLoopProxy() const {
return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
« no previous file with comments | « content/shell/shell_url_request_context_getter.h ('k') | net/url_request/url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698