| Index: components/web_contents_delegate_android/web_contents_delegate_android.h
|
| diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| index ec90ac384136b1b7167d8dd77815aaee0f916a32..b1d734cdcf0a6db17ca29b2ba1bac60384d650e5 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -86,14 +86,15 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
|
| content::WebContents* source,
|
| const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
|
| -
|
| virtual void ShowRepostFormWarningDialog(
|
| content::WebContents* source) OVERRIDE;
|
| -
|
| virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents,
|
| bool enter_fullscreen) OVERRIDE;
|
| virtual bool IsFullscreenForTabOrPending(
|
| const content::WebContents* web_contents) const OVERRIDE;
|
| + virtual void DidProgrammaticallyScroll(
|
| + content::WebContents* web_contents,
|
| + const gfx::Point& scroll_point) OVERRIDE;
|
|
|
| protected:
|
| base::android::ScopedJavaLocalRef<jobject> GetJavaDelegate(JNIEnv* env) const;
|
|
|