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

Unified Diff: components/policy/proto/device_management_backend.proto

Issue 2314813002: Refactored DeviceStatusCollector to enable truely asynchronous status queries (Closed)
Patch Set: Rebase Created 4 years, 3 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: components/policy/proto/device_management_backend.proto
diff --git a/components/policy/proto/device_management_backend.proto b/components/policy/proto/device_management_backend.proto
index f80cd1be2a5c829bdfd90c53be111a15e2df0891..d8652b102d3cdb3eb47bda300d97c8b46bcebf61 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -733,7 +733,7 @@ message DeviceStatusReportRequest {
repeated ActiveTimePeriod active_period = 6;
// The device location.
- optional DeviceLocation device_location = 7;
+ optional DeviceLocation deprecated_device_location = 7 [deprecated = true];
// List of network interfaces.
repeated NetworkInterface network_interface = 8;

Powered by Google App Engine
This is Rietveld 408576698