Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index bc22588474f9797d8885ee23f21328610f54fea6..3a0f71d9d0a904b796863d158479caf2744e5c37 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -13320,6 +13320,19 @@ Some features may be unavailable. Please check that the profile exists and you |
</message> |
</if> |
+ <!-- Media throttle infobar --> |
+ <if expr="is_android"> |
+ <message name="IDS_MEDIA_THROTTLE_INFOBAR_TEXT" desc="Text to display on the info bar whenever user wants to playback a video after being throttled."> |
+ Android media server has crashed several times. Do you still want to play this video? |
jochen (gone - plz use gerrit)
2015/09/30 09:43:28
i assume you got some UI person sign off on this t
qinmin
2015/09/30 19:27:41
In the OWNERs file, the review rule is to TBR an o
|
+ </message> |
+ <message name="IDS_MEDIA_THROTTLE_INFOBAR_CANCEL_BUTTON" desc="Label for choosing 'Cancel' on media throttle infobar.[CHAR-LIMIT=32]"> |
+ Cancel |
+ </message> |
+ <message name="IDS_MEDIA_THROTTLE_INFOBAR_ALLOW_BUTTON" desc="Label for choosing 'Allow' on media throttle infobar. [CHAR-LIMIT=32]"> |
+ Allow |
+ </message> |
+ </if> |
+ |
<message name="IDS_MANAGE_PASSWORDS_CONFIRM_GENERATED_TITLE" desc="The title text that is used in the manage passwords bubble when the user has generated a password."> |
Password saved |
</message> |