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

Unified Diff: chrome/common/extensions/docs/examples/api/contentSettings/popup.html

Issue 27635002: Content settings for <audio> and <video>. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix. Created 6 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
Index: chrome/common/extensions/docs/examples/api/contentSettings/popup.html
diff --git a/chrome/common/extensions/docs/examples/api/contentSettings/popup.html b/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
index dc3c9f009d5e69c5ddc98407dc4981431396dc99..9a9df2aa2c765b1d1fa8d68366645c7f77722130 100644
--- a/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
+++ b/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
@@ -23,6 +23,11 @@
<option value="allow">Allow</option>
<option value="block">Block</option>
</select></dd>
+ <dt><label for="">Media: </label></dt>
+ <dd><select id="media">
+ <option value="allow">Allow</option>
+ <option value="block">Block</option>
+ </select>
<dt><label for="plugins">Plug-ins: </label></dt>
<dd><select id="plugins">
<option value="allow">Allow</option>

Powered by Google App Engine
This is Rietveld 408576698