Index: chrome/browser/android/chrome_web_contents_delegate_android.h |
diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h |
index 321b8b72299487ed3f14a5a7cc4ccc54696c7e19..9c22997a579536ca1386df276e9b6faf0bc5b9dd 100644 |
--- a/chrome/browser/android/chrome_web_contents_delegate_android.h |
+++ b/chrome/browser/android/chrome_web_contents_delegate_android.h |
@@ -62,6 +62,15 @@ class ChromeWebContentsDelegateAndroid |
const GURL& url, |
const base::FilePath& plugin_path, |
const base::Callback<void(bool)>& callback) OVERRIDE; |
+ virtual content::WebContents* OpenURLFromTab( |
+ content::WebContents* source, |
+ const content::OpenURLParams& params) 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; |
private: |
// NotificationObserver implementation. |