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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2428873002: Add about_flag for experimenting MediaSession on Desktop (Closed)
Patch Set: 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ce3ce3c822f9dc7ea9eabf0cc35690c5a2d3a9e4..b2d8f0b3bbbad3a5990f46373c605fd7e7a368b1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15507,6 +15507,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>
+
+ <!-- Default MediaSession flag -->
whywhat 2016/10/18 17:23:57 I think from the people who will read this, includ
Zhiqiang Zhang (Slow) 2016/10/18 18:51:54 Updated the flag name. I think it's fine for the c
+ <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">
+ Enable <ph name="FEATURE_NAME">default MediaSession</ph>
+ </message>
+ <message name="IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_DESCRIPTION" desc="Desciption for the flag to enable default MediaSession on desktop">
+ Enables the default MediaSession for managing audio focus across tabs.
+ </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') | content/browser/media/session/pepper_playback_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698