Index: device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom |
diff --git a/device/sensors/public/interfaces/light.mojom b/device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom |
similarity index 56% |
copy from device/sensors/public/interfaces/light.mojom |
copy to device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom |
index 3c12347dd39f2a6f3ecff27f4e5ba494de2ddd48..e1ac22f28fc71280460901d5c9821e7f7147ceae 100644 |
--- a/device/sensors/public/interfaces/light.mojom |
+++ b/device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom |
@@ -4,7 +4,7 @@ |
module device.mojom; |
-interface LightSensor { |
- StartPolling() => (handle<shared_buffer> memory_handle); |
- StopPolling(); |
+interface TimeZoneMonitor { |
Ken Rockot(use gerrit already)
2016/09/07 14:54:40
Optional nit: I don't think the concerns which ori
|
+ // Time zone changes are reported along with the new time zone ID. |
+ QueryNextTimeZoneChange() => (string tz_info); |
}; |