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

Unified Diff: android_webview/common/render_view_messages.h

Issue 135443002: Fix race condition introduced in r242200 where AwContentsIoThreadClient is queried before a subfram… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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: android_webview/common/render_view_messages.h
===================================================================
--- android_webview/common/render_view_messages.h (revision 244357)
+++ android_webview/common/render_view_messages.h (working copy)
@@ -110,3 +110,8 @@
int /* render_frame_id id */,
base::string16 /* in - url */,
bool /* out - result */)
+
+// Sent when a subframe is created.
+IPC_MESSAGE_CONTROL2(AwViewHostMsg_SubFrameCreated,
+ int /* parent_render_frame_id */,
+ int /* child_render_frame_id */)
« no previous file with comments | « android_webview/browser/aw_contents_io_thread_client.h ('k') | android_webview/native/aw_contents_io_thread_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698