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

Unified Diff: android_webview/browser/aw_contents_io_thread_client.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
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | android_webview/common/render_view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_contents_io_thread_client.h
===================================================================
--- android_webview/browser/aw_contents_io_thread_client.h (revision 244357)
+++ android_webview/browser/aw_contents_io_thread_client.h (working copy)
@@ -62,6 +62,11 @@
static scoped_ptr<AwContentsIoThreadClient> FromID(int render_process_id,
int render_frame_id);
+ // Called on the IO thread when a subframe is created.
+ static void SubFrameCreated(int render_process_id,
+ int parent_render_frame_id,
+ int child_render_frame_id);
+
// This method is called on the IO thread only.
virtual scoped_ptr<InterceptedRequestData> ShouldInterceptRequest(
const GURL& location,
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | android_webview/common/render_view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698