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

Unified Diff: ui/base/strings/ui_strings.grd

Issue 23445013: Parse media keys for named command in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revise doc. Created 7 years, 4 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
« no previous file with comments | « ui/base/accelerators/accelerator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/strings/ui_strings.grd
diff --git a/ui/base/strings/ui_strings.grd b/ui/base/strings/ui_strings.grd
index e412ed649924dac4001112cc6790af55458d8935..6ecbe0578d5259915fbfb0929bfbd475a920822e 100644
--- a/ui/base/strings/ui_strings.grd
+++ b/ui/base/strings/ui_strings.grd
@@ -1458,6 +1458,18 @@ need to be translated for each locale.-->
<message name="IDS_APP_PERIOD_KEY" desc="Period key">
Period
</message>
+ <message name="IDS_APP_MEDIA_NEXT_TRACK_KEY" desc="Media next track key">
+ MediaNextTrack
sky 2013/08/30 17:08:29 Is there a reason these AreOneWord?
zhchbin 2013/08/31 01:17:04 Done. Nit. I have change it for better readabilit
+ </message>
+ <message name="IDS_APP_MEDIA_PLAY_PAUSE_KEY" desc="Media play pause key">
+ MediaPlayPause
+ </message>
+ <message name="IDS_APP_MEDIA_PREV_TRACK_KEY" desc="Media previous track key">
+ MediaPrevTrack
+ </message>
+ <message name="IDS_APP_MEDIA_STOP_KEY" desc="Media stop key">
+ MediaStop
+ </message>
<!-- Shortcut Modifiers -->
<message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifier">
« no previous file with comments | « ui/base/accelerators/accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698