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

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

Issue 15035013: Keep screen on when there is an active WebRTC session on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review: add braces Created 7 years, 7 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/ContentVideoViewContextDelegate.java
===================================================================
--- content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java (revision 201139)
+++ content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java (working copy)
@@ -15,6 +15,7 @@
public interface ContentVideoViewContextDelegate {
public void onShowCustomView(View view);
public void onDestroyContentVideoView();
+ public void keepScreenOn(boolean screenOn);
public Context getContext();
public View getVideoLoadingProgressView();
}

Powered by Google App Engine
This is Rietveld 408576698