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

Unified Diff: content/common/resource_messages.h

Issue 141163002: Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs instead of RenderView … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify code Created 6 years, 11 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: content/common/resource_messages.h
===================================================================
--- content/common/resource_messages.h (revision 245386)
+++ content/common/resource_messages.h (working copy)
@@ -140,6 +140,9 @@
// The referrer policy to use.
IPC_STRUCT_MEMBER(blink::WebReferrerPolicy, referrer_policy)
+ // The frame's visiblity state.
+ IPC_STRUCT_MEMBER(blink::WebPageVisibilityState, visiblity_state)
nasko 2014/01/21 18:19:21 Since this is an enum, we should add at least IPC_
jam 2014/01/21 18:54:09 I had added it in content_param_traits_macros.h
+
// Additional HTTP request headers.
IPC_STRUCT_MEMBER(std::string, headers)

Powered by Google App Engine
This is Rietveld 408576698