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

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

Issue 1491543002: AudioPlayer: Update layout to show the volume slider without using popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 87684e5e318fed9226ff1307c7b7b82930cb47a6..5f78e2cfb142d9af8ac0391336ac325214d7ecdf 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
@@ -254,8 +254,6 @@ void AddStringsForAudioPlayer(base::DictionaryValue* dict) {
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);
}

Powered by Google App Engine
This is Rietveld 408576698