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

Unified Diff: content/common/view_messages.h

Issue 61503003: Additional window features are not passed as a parameter to new popup windows (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Added missing size for WebVector Created 7 years, 1 month 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
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 1b1c634f9e55428dff9d1b1e579a9a830558fb58..c35d1b5951a0cbefcee4b6f15220160be26792b0 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -363,6 +363,11 @@ IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)
// The window features to use for the new view.
IPC_STRUCT_MEMBER(blink::WebWindowFeatures, features)
+
+ // The additional window features to use for the new view. We pass these
+ // separately from |features| above because we cannot serialize WebStrings
+ // over IPC.
+ IPC_STRUCT_MEMBER(std::vector<string16>, additional_features)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params)
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698