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

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

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 | « chrome/common/extensions/docs/examples/api/contentSettings/popup.html ('k') | no next file » | 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.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
« no previous file with comments | « chrome/common/extensions/docs/examples/api/contentSettings/popup.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698