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, |