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

Unified Diff: content/public/browser/render_process_host.h

Issue 2304073003: Mojoify time zone update IPC from browser to renderer (Closed)
Patch Set: nits Created 4 years, 3 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/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index de2843d4f796f29416cb0b0fa51a550588773de1..e82790f5be98f68b431975dd8c54f8e68232e686 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -258,10 +258,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// transferring it to a new renderer process.
virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id) = 0;
- // Notifies the renderer that the timezone configuration of the system might
- // have changed.
- virtual void NotifyTimezoneChange(const std::string& zone_id) = 0;
-
// Returns the shell::InterfaceProvider the browser process can use to bind
// interfaces exposed to it from the renderer.
virtual shell::InterfaceProvider* GetRemoteInterfaces() = 0;

Powered by Google App Engine
This is Rietveld 408576698