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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2898543002: media_controls: Add UI for showing a promo bubble on a control button. (Closed)
Patch Set: .. Created 3 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/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index e99bb3f585540547c3f4a1749078355f78baea13..0c85c673e1c5abe79ae1453b638b83f7e920e83f 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -203,6 +203,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_DETAILS_WITHOUT_SUMMARY_LABEL;
case WebLocalizedString::kDownloadButtonLabel:
return IDS_DOWNLOAD_BUTTON_LABEL;
+ case WebLocalizedString::kDownloadButtonPromoText:
+ return IDS_DOWNLOAD_BUTTON_PROMO_LABEL;
case WebLocalizedString::kFileButtonChooseFileLabel:
return IDS_FORM_FILE_BUTTON_LABEL;
case WebLocalizedString::kFileButtonChooseMultipleFilesLabel:

Powered by Google App Engine
This is Rietveld 408576698