| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index d56a012e2029f634f0008c4ea767c6f3a6f8f5c4..5a6935b251481faacf98659a18836d8e3977c903 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -142,7 +142,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| const WebRtcRtpPacketCallback& packet_callback) override;
|
| #endif
|
| void ResumeDeferredNavigation(const GlobalRequestID& request_id) override;
|
| - void NotifyTimezoneChange() override;
|
| + void NotifyTimezoneChange(const std::string& timezone) override;
|
| ServiceRegistry* GetServiceRegistry() override;
|
| const base::TimeTicks& GetInitTimeForNavigationMetrics() const override;
|
| bool SubscribeUniformEnabled() const override;
|
|
|