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

Unified Diff: content/renderer/renderer_webcookiejar_impl.h

Issue 1082623002: Remove GetRawCookies and DeleteCookie implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/content_common.gypi ('k') | content/renderer/renderer_webcookiejar_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_webcookiejar_impl.h
diff --git a/content/renderer/renderer_webcookiejar_impl.h b/content/renderer/renderer_webcookiejar_impl.h
index ad911f20f86e4d7fd80886e0706ccd61e53ee4e6..efcee0382af402277c88cb47c251170d27ed9dc6 100644
--- a/content/renderer/renderer_webcookiejar_impl.h
+++ b/content/renderer/renderer_webcookiejar_impl.h
@@ -27,11 +27,6 @@ class RendererWebCookieJarImpl : public blink::WebCookieJar {
const blink::WebURL& url, const blink::WebURL& first_party_for_cookies);
virtual blink::WebString cookieRequestHeaderFieldValue(
const blink::WebURL& url, const blink::WebURL& first_party_for_cookies);
- virtual void rawCookies(
- const blink::WebURL& url, const blink::WebURL& first_party_for_cookies,
- blink::WebVector<blink::WebCookie>& cookies);
- virtual void deleteCookie(
- const blink::WebURL& url, const blink::WebString& cookie_name);
virtual bool cookiesEnabled(
const blink::WebURL& url, const blink::WebURL& first_party_for_cookies);
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/renderer_webcookiejar_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698