Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: components/web_contents_delegate_android/web_contents_delegate_android.h

Issue 652673002: NOT FOR REVIEW: Modify ToggleFullscreenMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixPowerBlockerNonMedia
Patch Set: Rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e64f07afc794695df777d6abfa03cafe65a2ae50..3fd0add79dabda46812ace602975244c352b12c0 100644
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
@@ -88,7 +88,8 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
virtual void ShowRepostFormWarningDialog(
content::WebContents* source) override;
virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents,
- bool enter_fullscreen) override;
+ bool enter_fullscreen,
+ bool is_video) override;
virtual bool IsFullscreenForTabOrPending(
const content::WebContents* web_contents) const override;
virtual void ShowValidationMessage(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698