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

Unified Diff: content/browser/resources/media/media_internals.html

Issue 2950503002: [media-internals] Add note to clipboard dialog (Closed)
Patch Set: Created 3 years, 6 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 | « content/browser/resources/media/media_internals.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/media_internals.html
diff --git a/content/browser/resources/media/media_internals.html b/content/browser/resources/media/media_internals.html
index fc1656988b11c8582575f2a9b5692b275b2fd7f3..ad39e743a0deeac150ec3385be522230793094c4 100644
--- a/content/browser/resources/media/media_internals.html
+++ b/content/browser/resources/media/media_internals.html
@@ -122,6 +122,7 @@ found in the LICENSE file.
</tabpanels>
</tabbox>
<dialog id="clipboard-dialog">
+ <p>Ctrl+C to copy to clipboard, unfocus to exit.</p>
<textarea id="clipboard-textarea" rows="30" cols="80"></textarea>
</dialog>
<script src="media_internals.js"></script>
« no previous file with comments | « content/browser/resources/media/media_internals.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698