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

Unified Diff: chrome/test/data/extensions/api_test/content_settings/standard/test.js

Issue 843413003: Add `chrome.contentSettings.location`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback. Created 5 years, 11 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/test/data/extensions/api_test/content_settings/standard/test.js
diff --git a/chrome/test/data/extensions/api_test/content_settings/standard/test.js b/chrome/test/data/extensions/api_test/content_settings/standard/test.js
index cd1f9be570d33e57e1427b13e4bfab79467b15b3..7017892d3d21b838d4b605471fbc06ee37d8beee 100644
--- a/chrome/test/data/extensions/api_test/content_settings/standard/test.js
+++ b/chrome/test/data/extensions/api_test/content_settings/standard/test.js
@@ -12,8 +12,7 @@ var default_content_settings = {
"javascript": "block",
"plugins": "allow",
"popups": "block",
- // TODO(bauerb)
- // "geolocation": "ask",
+ "location": "ask",
"notifications": "ask"
};
@@ -23,7 +22,7 @@ var settings = {
"javascript": "block",
"plugins": "block",
"popups": "allow",
- // "geolocation": "block",
+ "location": "block",
"notifications": "block"
};

Powered by Google App Engine
This is Rietveld 408576698