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

Unified Diff: webkit/glue/weburlrequest.h

Issue 46026: Get rid of stashing a frame pointer with ResourceRequest and just store the r... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/webplugin_impl.cc ('k') | webkit/glue/weburlrequest_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/weburlrequest.h
===================================================================
--- webkit/glue/weburlrequest.h (revision 11712)
+++ webkit/glue/weburlrequest.h (working copy)
@@ -123,6 +123,9 @@
// Set the request upload data.
virtual void SetUploadData(const net::UploadData& data) = 0;
+ // Sets the requestor id.
+ virtual void SetRequestorID(int requestor_id) = 0;
+
virtual ~WebRequest() { }
};
« no previous file with comments | « webkit/glue/webplugin_impl.cc ('k') | webkit/glue/weburlrequest_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698