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

Unified Diff: webkit/glue/weburlloader_impl.h

Issue 12243002: Pass WebKit priority changes and parsing messages up to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename IPC Created 7 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
Index: webkit/glue/weburlloader_impl.h
diff --git a/webkit/glue/weburlloader_impl.h b/webkit/glue/weburlloader_impl.h
index f168f27ad393ff2fde3abfb80c7f75c3b03686cc..f32cc296f99f594ec7f090ceb5c9592cd921f3db 100644
--- a/webkit/glue/weburlloader_impl.h
+++ b/webkit/glue/weburlloader_impl.h
@@ -29,6 +29,7 @@ class WebURLLoaderImpl : public WebKit::WebURLLoader {
WebKit::WebURLLoaderClient* client);
virtual void cancel();
virtual void setDefersLoading(bool value);
+ virtual void didChangePriority(WebKit::WebURLRequest::Priority new_priority);
private:
class Context;

Powered by Google App Engine
This is Rietveld 408576698