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

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

Issue 2304073003: Mojoify time zone update IPC from browser to renderer (Closed)
Patch Set: nits 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: device/time/public/interfaces/time_zone_monitor.mojom
diff --git a/device/sensors/public/interfaces/light.mojom b/device/time/public/interfaces/time_zone_monitor.mojom
similarity index 56%
copy from device/sensors/public/interfaces/light.mojom
copy to device/time/public/interfaces/time_zone_monitor.mojom
index 3c12347dd39f2a6f3ecff27f4e5ba494de2ddd48..e1ac22f28fc71280460901d5c9821e7f7147ceae 100644
--- a/device/sensors/public/interfaces/light.mojom
+++ b/device/time/public/interfaces/time_zone_monitor.mojom
@@ -4,7 +4,7 @@
module device.mojom;
-interface LightSensor {
- StartPolling() => (handle<shared_buffer> memory_handle);
- StopPolling();
+interface TimeZoneMonitor {
jam 2016/09/06 22:11:18 if we don't forsee any other methods in this inter
blundell 2016/09/07 14:40:05 I think that sooner or later we'll need the POSIX-
+ // Time zone changes are reported along with the new time zone ID.
+ QueryNextTimeZoneChange() => (string tz_info);
};
« device/time/public/interfaces/BUILD.gn ('K') | « device/time/public/interfaces/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698