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

Unified Diff: chrome/browser/resources/options/browser_options.js

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Update device tests to use correct dict key Created 3 years, 10 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/browser/policy/policy_browsertest.cc ('k') | chromeos/geolocation/simple_geolocation_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index 82ca7dd1d09519a71256f57918b33358978a2e35..0256fd6d85885c99668eec0b7d5f70521130d873 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -50,6 +50,7 @@ options.AutomaticTimezoneDetectionType = {
DISABLED: 1,
IP_ONLY: 2,
SEND_WIFI_ACCESS_POINTS: 3,
+ SEND_ALL_LOCATION_INFO: 4,
};
cr.define('options', function() {
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | chromeos/geolocation/simple_geolocation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698