| 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>
|
|
|