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); |