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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc

Issue 1458733003: Reland MD Audio Player. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
index 1e6fe656ea14f16179f87c1aa112b3004150f3a0..87684e5e318fed9226ff1307c7b7b82930cb47a6 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
@@ -250,6 +250,14 @@ void AddStringsForAudioPlayer(base::DictionaryValue* dict) {
SET_STRING("AUDIO_PLAYER_DEFAULT_ARTIST",
IDS_FILE_BROWSER_AUDIO_PLAYER_DEFAULT_ARTIST);
SET_STRING("AUDIO_PLAYER_TITLE", IDS_FILE_BROWSER_AUDIO_PLAYER_TITLE);
+ SET_STRING("AUDIO_PLAYER_SHUFFLE_BUTTON_LABEL",
+ IDS_AUDIO_PLAYER_SHUFFLE_BUTTON_LABEL);
+ SET_STRING("AUDIO_PLAYER_REPEAT_BUTTON_LABEL",
+ IDS_AUDIO_PLAYER_REPEAT_BUTTON_LABEL);
+ SET_STRING("AUDIO_PLAYER_OPEN_VOLUME_SLIDER_BUTTON_LABEL",
+ IDS_AUDIO_PLAYER_OPEN_VOLUME_SLIDER_BUTTON_LABEL);
+ SET_STRING("AUDIO_PLAYER_OPEN_PLAY_LIST_BUTTON_LABEL",
+ IDS_AUDIO_PLAYER_OPEN_PLAY_LIST_BUTTON_LABEL);
}
void AddStringsForCloudImport(base::DictionaryValue* dict) {

Powered by Google App Engine
This is Rietveld 408576698