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

Unified Diff: webkit/glue/webkitclient_impl.cc

Issue 660166: Remove unused methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 10 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 | « webkit/glue/webkitclient_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitclient_impl.cc
===================================================================
--- webkit/glue/webkitclient_impl.cc (revision 40099)
+++ webkit/glue/webkitclient_impl.cc (working copy)
@@ -118,18 +118,6 @@
#endif
}
-bool WebKitClientImpl::rawCookies(const WebURL& url,
- const WebURL& first_party_for_cookies,
- WebVector<WebCookie>* raw_cookies) {
- NOTREACHED();
- return false;
-}
-
-void WebKitClientImpl::deleteCookie(const WebURL& url,
- const WebString& cookie_name) {
- NOTREACHED();
-}
-
WebURLLoader* WebKitClientImpl::createURLLoader() {
return new WebURLLoaderImpl();
}
« no previous file with comments | « webkit/glue/webkitclient_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698