| 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 81ba38a39991ef15d8805f0e4ee9c6b9fe2ba188..d8eb6d5828923018119fbe563ccbb02f81d6dc2d 100644
|
| --- a/android_webview/native/aw_web_contents_delegate.h
|
| +++ b/android_webview/native/aw_web_contents_delegate.h
|
| @@ -32,8 +32,16 @@ class AwWebContentsDelegate
|
| const std::string& request_method) OVERRIDE;
|
| virtual void OnStartDownload(content::WebContents* source,
|
| content::DownloadItem* download) OVERRIDE;
|
| + virtual void AddNewContents(content::WebContents* source,
|
| + content::WebContents* new_contents,
|
| + WindowOpenDisposition disposition,
|
| + const gfx::Rect& initial_pos,
|
| + bool user_gesture,
|
| + bool* was_blocked) OVERRIDE;
|
| };
|
|
|
| +bool RegisterAwWebContentsDelegate(JNIEnv* env);
|
| +
|
| } // namespace android_webview
|
|
|
| #endif // ANDROID_WEBVIEW_NATIVE_AW_WEB_CONTENTS_DELEGATE_H_
|
|
|