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

Unified Diff: content/public/android/java/src/org/chromium/content/app/AppResource.java

Issue 11087082: Adding progresss bar when loading fullscreen video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve some previous merge conflicts Created 8 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/app/AppResource.java
diff --git a/content/public/android/java/src/org/chromium/content/app/AppResource.java b/content/public/android/java/src/org/chromium/content/app/AppResource.java
index e306d74432f68d7689cb10915be0861bd8541124..3a2d06eb19d369e69a3d68119d1e3e393b36bd4e 100644
--- a/content/public/android/java/src/org/chromium/content/app/AppResource.java
+++ b/content/public/android/java/src/org/chromium/content/app/AppResource.java
@@ -153,6 +153,9 @@ public class AppResource {
/** String for the title of the media player error dialog. */
public static int STRING_MEDIA_PLAYER_ERROR_TITLE;
+ /** String for the progress bar while loading the fullscreen video. */
+ public static int STRING_MEDIA_PLAYER_LOADING_VIDEO;
+
/**
* Iterates through all the resources ids and verifies they have values other than zero.
* @return true if all the resources have been registered.

Powered by Google App Engine
This is Rietveld 408576698