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. |