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

Unified Diff: chrome/app/generated_resources.grd

Issue 2428873002: Add about_flag for experimenting MediaSession on Desktop (Closed)
Patch Set: fixed cast_shell build Created 4 years, 2 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 356357bc1ec8896381c5018b9b9282074f99d663..97aa676e31bb6f55829db2c1e089a1afe30d6d70 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15544,6 +15544,25 @@ read aloud to screenreader users to announce that a completion is available.">
<message name="IDS_FLAGS_EXPENSIVE_BACKGROUND_TIMER_THROTTLING_DESCRIPTION" desc="Description for the flag to enable expensive background timer throttling">
Enables intervention to limit CPU usage of background timers to 1%.
</message>
+
+ <!-- Enable default MediaSession flag -->
+ <if expr="not is_android">
+ <message name="IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_NAME" desc="Name for the flag to enable default MediaSession on desktop">
+ Manage audio focus across tabs
+ </message>
+ <message name="IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_DESCRIPTION" desc="Desciption for the flag to enable default MediaSession on desktop">
+ Manage audio focus across tabs to improve the audio mixing.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_DISABLED" desc="Option for disabling the default MediaSession">
+ Disabled
+ </message>
+ <message name="IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_ENABLED" desc="Option for enabling the default MediaSession">
+ Enabled
+ </message>
+ <message name="IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_ENABLED_WITH_FLASH" desc="Option for enabling the default MediaSession with Flash">
+ Enabled (with Flash)
+ </message>
+ </if>
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698