| Index: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
| diff --git a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h b/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
| index 52e0e25bcce11af0357bea5793ae6a1945eab794..4fe40b989127db5176b6643bf53610decabf6542 100644
|
| --- a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -93,6 +93,11 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
|
| 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;
|
| +
|
| protected:
|
| base::android::ScopedJavaLocalRef<jobject> GetJavaDelegate(JNIEnv* env) const;
|
|
|
|
|