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

Unified Diff: content/common/view_messages.h

Issue 11270027: Add a ResourceScheduler to ResourceDispatcherHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use ResourceThrottle Created 8 years 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index d1e322e9efe091d535b7f2d441d15a7222c48879..8c4ab7f1b3ab0459cba3d75f8563a41741138674 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2449,3 +2449,7 @@ IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters,
LOGFONT /* font_data */,
string16 /* characters */)
#endif
+
+// Sent by the renderer process to indicate that the first paint has been
+// performed for the current navigation.
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstPaint)

Powered by Google App Engine
This is Rietveld 408576698