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

Unified Diff: content/common/view_messages.h

Issue 697203006: Update the ICU's default timezone in render (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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 | « content/browser/time_zone_monitor.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index f9478e098db69d31a8436a35237cd84ffd5cfb3d..b6258c8ee9f3e74098f6e56c40769d1600d76c21 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -601,8 +601,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences,
content::WebPreferences)
-// Informs the renderer that the timezone has changed.
-IPC_MESSAGE_CONTROL0(ViewMsg_TimezoneChange)
+// Informs the renderer that the timezone has changed along with a new
+// timezone ID.
+IPC_MESSAGE_CONTROL1(ViewMsg_TimezoneChange, std::string)
// Tells the render view to close.
// Expects a Close_ACK message when finished.
« no previous file with comments | « content/browser/time_zone_monitor.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698