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

Unified Diff: chrome/browser/mac/timezone_notification.h

Issue 183763041: Listen for changes to the system time zone, and broadcast a NotifyTimezoneChange to all RenderViewHo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « chrome/browser/chrome_browser_main_mac.mm ('k') | chrome/browser/mac/timezone_notification.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/chrome_browser_main_mac.mm ('k') | chrome/browser/mac/timezone_notification.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698