summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-10-13 16:18:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-13 23:19:11 +0000
commitb5f47482d2f8ad5172a93d7c8ce4b2f1796f02c6 (patch)
tree8c8f000c447bad14ceb85683f49f49b615029221
parent677dc33532b3649b0e3798a22c03868da2f84059 (diff)
downloadchromium_src-b5f47482d2f8ad5172a93d7c8ce4b2f1796f02c6.zip
chromium_src-b5f47482d2f8ad5172a93d7c8ce4b2f1796f02c6.tar.gz
chromium_src-b5f47482d2f8ad5172a93d7c8ce4b2f1796f02c6.tar.bz2
[chromedriver] Enable geolocation by default.
This is disabled by default in M46+. BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1403983004 Cr-Commit-Position: refs/heads/master@{#353896}
-rw-r--r--chrome/test/chromedriver/chrome/preferences.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/chrome/preferences.txt b/chrome/test/chromedriver/chrome/preferences.txt
index 1ad1f7a1..ab32bab 100644
--- a/chrome/test/chromedriver/chrome/preferences.txt
+++ b/chrome/test/chromedriver/chrome/preferences.txt
@@ -37,6 +37,9 @@
"popups": 1,
"ppapi-broker": 1
},
+ "default_content_setting_values": {
+ "geolocation": 1
+ },
"password_manager_enabled": false
},
"safebrowsing": {