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

Unified Diff: content/common/view_messages.h

Issue 7036019: Enabling page visibility api in the chrome browser. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 10388c0583d20fbf319254d109f0cd84fb8100cf..07a16683a196c703f6cfe4a86458472ff65f81fc 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -694,6 +694,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
// Extra headers (separated by \n) to send during the request.
IPC_STRUCT_MEMBER(std::string, extra_headers)
+
+ // Is the tab containing the corresponding rvh visible?
+ IPC_STRUCT_MEMBER(bool, is_hidden)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_New_Params)

Powered by Google App Engine
This is Rietveld 408576698