Index: content/browser/renderer_host/render_view_host_delegate.h |
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h |
index 4a441236ce4f1afa9a62e021ad655f7a2a18dba4..8c453a3f58fc44ad33c14e8ad61103dcfd360886 100644 |
--- a/content/browser/renderer_host/render_view_host_delegate.h |
+++ b/content/browser/renderer_host/render_view_host_delegate.h |
@@ -139,9 +139,9 @@ class CONTENT_EXPORT RenderViewHostDelegate { |
virtual RendererPreferences GetRendererPrefs( |
BrowserContext* browser_context) const = 0; |
- // Returns a WebPreferences object that will be used by the renderer |
+ // Computes a WebPreferences object that will be used by the renderer |
// associated with the owning render view host. |
- virtual WebPreferences GetWebkitPrefs(); |
+ virtual WebPreferences ComputeWebkitPrefs(); |
// Notification the user has made a gesture while focus was on the |
// page. This is used to avoid uninitiated user downloads (aka carpet |