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

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 155787: Make Linux pass users' font settings through to renderer. (Closed)
Patch Set: remove unneeded include Created 11 years, 5 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/browser.cc ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_view_host.h
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
index a55095ae5cfa95998dddc949b9c76d313b62debe..6f68bb0d80271d8a393b009242c1850285b6d0f1 100644
--- a/chrome/browser/renderer_host/render_view_host.h
+++ b/chrome/browser/renderer_host/render_view_host.h
@@ -103,7 +103,9 @@ class RenderViewHost : public RenderWidgetHost,
// because it is overridden by TestRenderViewHost.
virtual bool IsRenderViewLive() const;
- void SetRendererPrefs(const RendererPreferences& renderer_prefs);
+ // Send the renderer process the current preferences supplied by the
+ // RenderViewHostDelegate.
+ void SyncRendererPrefs();
// Sends the given navigation message. Use this rather than sending it
// yourself since this does the internal bookkeeping described below. This
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698