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

Unified Diff: device/time_zone_monitor/public/interfaces/time_zone_monitor.mojom

Issue 2304073003: Mojoify time zone update IPC from browser to renderer (Closed)
Patch Set: Response to reviews 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
« no previous file with comments | « device/time_zone_monitor/public/interfaces/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « device/time_zone_monitor/public/interfaces/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698