| Index: chrome/common/extensions/docs/examples/api/contentSettings/popup.js
|
| diff --git a/chrome/common/extensions/docs/examples/api/contentSettings/popup.js b/chrome/common/extensions/docs/examples/api/contentSettings/popup.js
|
| index 74ef60d88edd85a36f66d9fc5d2fbb711bf3c0fc..214e45485a640221f40c4e09cb6e7c2a2f6715b1 100644
|
| --- a/chrome/common/extensions/docs/examples/api/contentSettings/popup.js
|
| +++ b/chrome/common/extensions/docs/examples/api/contentSettings/popup.js
|
| @@ -26,9 +26,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
| incognito = current.incognito;
|
| url = current.url;
|
| var types = ['cookies', 'images', 'javascript', 'location', 'plugins',
|
| - 'popups', 'notifications', 'fullscreen', 'mouselock',
|
| - 'microphone', 'camera', 'unsandboxedPlugins',
|
| - 'automaticDownloads'];
|
| + 'popups', 'notifications', 'microphone', 'camera',
|
| + 'unsandboxedPlugins', 'automaticDownloads'];
|
| types.forEach(function(type) {
|
| // HACK: [type] is not recognised by the docserver's sample crawler, so
|
| // mention an explicit
|
|
|