| Index: android_webview/native/aw_web_contents_delegate.h
|
| diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h
|
| index 8f7a7bcab5579a60359ce1d0eadbf3c50a5fac23..39fea2c8f052a57c30837ef472a667c503b78304 100644
|
| --- a/android_webview/native/aw_web_contents_delegate.h
|
| +++ b/android_webview/native/aw_web_contents_delegate.h
|
| @@ -40,6 +40,13 @@ class AwWebContentsDelegate
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture,
|
| bool* was_blocked) OVERRIDE;
|
| +
|
| + virtual void WebContentsCreated(content::WebContents* source_contents,
|
| + int64 source_frame_id,
|
| + const string16& frame_name,
|
| + const GURL& target_url,
|
| + content::WebContents* new_contents) OVERRIDE;
|
| +
|
| virtual void CloseContents(content::WebContents* source) OVERRIDE;
|
| virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
|
| virtual void RequestProtectedMediaIdentifierPermission(
|
|
|