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

Unified Diff: content/public/test/mock_render_process_host.cc

Issue 697203006: Update the ICU's default timezone in render (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add logs 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
Index: content/public/test/mock_render_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index a8d3afb4879b25b878aaf02519db22a1be0f9ef8..17be986f796069acc402cca00ee5c9d0a711adb2 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -209,7 +209,7 @@ base::TimeDelta MockRenderProcessHost::GetChildProcessIdleTime() const {
void MockRenderProcessHost::ResumeRequestsForView(int route_id) {
}
-void MockRenderProcessHost::NotifyTimezoneChange() {
+void MockRenderProcessHost::NotifyTimezoneChange(const std::string& zone_id) {
}
ServiceRegistry* MockRenderProcessHost::GetServiceRegistry() {

Powered by Google App Engine
This is Rietveld 408576698