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

Unified Diff: webkit/glue/webkitclient_impl.h

Issue 294025: DevTools: Implement raw cookies access for inspector. (Closed)
Patch Set: '' Created 11 years, 2 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
Index: webkit/glue/webkitclient_impl.h
===================================================================
--- webkit/glue/webkitclient_impl.h (revision 30453)
+++ webkit/glue/webkitclient_impl.h (working copy)
@@ -22,6 +22,11 @@
// WebKitClient methods (partial implementation):
virtual WebKit::WebThemeEngine* themeEngine();
+ virtual bool rawCookies(const WebKit::WebURL& url,
+ const WebKit::WebURL& policy_url,
+ WebKit::WebVector<WebKit::WebCookie>*);
+ virtual void deleteCookie(const WebKit::WebURL& url,
+ const WebKit::WebString& cookie_name);
virtual WebKit::WebURLLoader* createURLLoader();
virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle();
virtual void getPluginList(bool refresh, WebKit::WebPluginListBuilder*);

Powered by Google App Engine
This is Rietveld 408576698