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

Unified Diff: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Add SEND_ALL_NETWORK_INFO option for timezone detection 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
Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
index 50ce9a6910256a86dfe40470704a5505886fd78e..ba09f2a631bb5d6aa4ddd62d81ba2817f646c2a9 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -259,6 +259,7 @@ message SystemTimezoneProto {
DISABLED = 1;
IP_ONLY = 2;
SEND_WIFI_ACCESS_POINTS = 3;
+ SEND_ALL_NETWORK_INFO = 4;
};
optional AutomaticTimezoneDetectionType timezone_detection_type = 2;

Powered by Google App Engine
This is Rietveld 408576698