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

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

Issue 2397633002: Remove fullscreen and mouselock from contentSettings API sample. (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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/contentSettings/popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 71b9ce3f6f72ff2ee1658d69b5e4b14389de0afd..ae2be397ae0706a2b263ccad0bf6a6eada77302f 100644
--- a/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
+++ b/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
@@ -48,17 +48,6 @@
<option value="ask">Ask</option>
<option value="block">Block</option>
</select></dd>
- <dt><label for="fullscreen">Fullscreen: </label></dt>
- <dd><select id="fullscreen" disabled>
- <option value="allow">Allow</option>
- <option value="ask">Ask</option>
- </select></dd>
- <dt><label for="mouselock">Mouse cursor: </label></dt>
- <dd><select id="mouselock" disabled>
- <option value="allow">Allow</option>
- <option value="ask">Ask</option>
- <option value="block">Block</option>
- </select></dd>
<dt><label for="microphone">Microphone: </label></dt>
<dd><select id="microphone" disabled>
<option value="allow">Allow</option>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/contentSettings/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698