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

Unified Diff: webkit/glue/weburlloader_impl.h

Issue 7647003: Update routing id of pending resource requests for reparented iframes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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/weburlloader_impl.h
diff --git a/webkit/glue/weburlloader_impl.h b/webkit/glue/weburlloader_impl.h
index 4403c1753f009c2c2ee4734b765857d78dc8686f..78956b5cf976d545edf91f195c71d2690f3ee2d7 100644
--- a/webkit/glue/weburlloader_impl.h
+++ b/webkit/glue/weburlloader_impl.h
@@ -27,6 +27,8 @@ class WebURLLoaderImpl : public WebKit::WebURLLoader {
virtual void cancel();
virtual void setDefersLoading(bool value);
+ void UpdateRoutingId(int new_routing_id);
+
private:
class Context;
scoped_refptr<Context> context_;

Powered by Google App Engine
This is Rietveld 408576698