Commit c48f2c12 authored by Ted Meyer's avatar Ted Meyer Committed by Commit Bot

Adds a deprecation survey to media-internals

adding Husain to reviewer just so it won't get submitted without him
giving +1 for the survey contents.

link to survey:
https://docs.google.com/forms/d/e/1FAIpQLSe5X3Al_esm00XL3jUMG78xD9_CSy9bdMl6XZWVfdUJP5wSqg/viewform

R=dalecurtis,hbengali@google.com

Change-Id: I0318d41fe444bad968711a0b1f1276b55e7a9494
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522882Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826169}
parent e840eb7d
...@@ -243,13 +243,13 @@ label.destructed-player { ...@@ -243,13 +243,13 @@ label.destructed-player {
border: 1px solid black; border: 1px solid black;
border-radius: 4px; border-radius: 4px;
font-size: 10px; font-size: 10px;
height: 40px; height: 60px;
left: 50%; left: 50%;
line-height: 20px; line-height: 20px;
margin-inline-start: -300px; margin-inline-start: -300px;
position: fixed; position: fixed;
text-align: center; text-align: center;
top: 10px; top: 10px;
width: 550px; width: 420px;
z-index: 1; z-index: 1;
} }
\ No newline at end of file
...@@ -23,11 +23,9 @@ found in the LICENSE file. ...@@ -23,11 +23,9 @@ found in the LICENSE file.
<body> <body>
<div id="devtools-notice-window"> <div id="devtools-notice-window">
<div> <div>
Media Internals functionality is now available in the media tab of the chrome://media-internals is deprecated and will be removed in <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=1146594">Chrome 91</a>. Please migrate to the new <a href="https://developers.google.com/web/tools/chrome-devtools/media-panel">devtools panel</a>. If this deprecation breaks your workflow, please fill out <a href="https://docs.google.com/forms/d/e/1FAIpQLSe5X3Al_esm00XL3jUMG78xD9_CSy9bdMl6XZWVfdUJP5wSqg/viewform">this survey</a> to ensure your feedback is considered before removal.
developer tools.
</div> </div>
<div> <div>
Enable the experiment in devtools settings to try it!
(click to dismiss) (click to dismiss)
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment