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

Unified Diff: content/common/frame_messages.h

Issue 1297993005: Cleanup the remaining references to source_view_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « content/browser/message_port_provider.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index d125db50d4ee001424816633b1b110fa7ffc34f7..ce5d678091ffc6ae4f1ccf1af15a8e629b36ceb5 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -239,12 +239,6 @@ IPC_STRUCT_BEGIN(FrameMsg_PostMessage_Params)
// equivalent frame proxy in the destination process.
IPC_STRUCT_MEMBER(int, source_routing_id)
- // When sent from the browser, this is the routing ID of the source view in
- // the destination process. This currently exists only to support legacy
- // postMessage to Android WebView and will be removed once crbug.com/473258
- // is fixed.
- IPC_STRUCT_MEMBER(int, source_view_routing_id)
-
// The origin of the source frame.
IPC_STRUCT_MEMBER(base::string16, source_origin)
« no previous file with comments | « content/browser/message_port_provider.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698