Index: chrome/browser/mac/timezone_notification.h |
diff --git a/chrome/browser/mac/timezone_notification.h b/chrome/browser/mac/timezone_notification.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..61da7f73f4a404100fe567781ad7861ca0901882 |
--- /dev/null |
+++ b/chrome/browser/mac/timezone_notification.h |
@@ -0,0 +1,13 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROME_BROWSER_MAC_TIMEZONE_NOTIFICATION_H_ |
+#define CHROME_BROWSER_MAC_TIMEZONE_NOTIFICATION_H_ |
+ |
+// Listen for changes to the system time zone, and broadcast a |
+// NotifyTimezoneChange to all RenderViewHosts when the time zone changes. |
+// Must be called from the UI thread. |
+void ListenForTimeZoneChanges(); |
+ |
+#endif // CHROME_BROWSER_MAC_TIMEZONE_NOTIFICATION_H_ |