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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java

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: content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
index c7dd3158cb9b1f90125b679933e5cba47b1c8789..8e1f09b4e7651699b54ef05e120ae5ee921691be 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
@@ -209,16 +209,4 @@ public class ContentViewClient {
}
return true;
}
-
- /**
- * Called when a non-video element has entered fullscreen. For video elements see
- * {@link ContentVideoViewClient#enterFullscreenVideo(android.view.View)}.
- */
- public void enterFullscreen() { }
-
- /**
- * Called when a non-video element has exited fullscreen. For video elements see
- * {@link ContentVideoViewClient#exitFullscreenVideo()}.
- */
- public void exitFullscreen() { }
}

Powered by Google App Engine
This is Rietveld 408576698