Chromium Code Reviews| Index: chrome/android/java/strings/android_chrome_strings.grd |
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
| index 372e2fb8576632ee1fe8b6feed60a2dcb2172998..7dfb844b7e5608b5c04811d483b4bf300f7ef421 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -250,6 +250,15 @@ CHAR-LIMIT guidelines: |
| <message name="IDS_NOTIFICATION_CATEGORY_GROUP_GENERAL" desc='Subheading for "General" section of a list of notification categories. [CHAR-LIMIT=32]'> |
| General |
| </message> |
| + <message name="IDS_NOTIFICATION_CATEGORY_INCOGNITO" desc="Label for notification that indicates incognito mode is active, within a list of notification categories. [CHAR-LIMIT=32]"> |
| + Incognito |
| + </message> |
| + <message name="IDS_NOTIFICATION_CATEGORY_MEDIA" desc="Label for notifications shown when media is playing, within a list of notification categories. [CHAR-LIMIT=32]"> |
|
Peter Beverloo
2017/04/11 17:49:07
or recording
awdf
2017/04/11 18:59:04
Done.
|
| + Media |
| + </message> |
| + <message name="IDS_NOTIFICATION_CATEGORY_DOWNLOADS" desc="Label for notifications shown when something is downloading, within a list of notification categories. [CHAR-LIMIT=32]"> |
| + Downloads |
| + </message> |
| <message name="IDS_NOTIFICATION_CATEGORY_BROWSER" desc="Label for browser-related notifications, within a list of notification categories. [CHAR-LIMIT=32]"> |
| Browser |
| </message> |