| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 95baabdf56695cfc8fc5dae59af6286698dd60e8..dd1edd9110565e41075d99354b8c05827b570510 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -1194,6 +1194,10 @@ class CONTENT_EXPORT RenderViewImpl
|
| // If |url| is empty, show |fallback_url|.
|
| void UpdateTargetURL(const GURL& url, const GURL& fallback_url);
|
|
|
| + // Handles any actions that should be done after web preferences got
|
| + // updated. |old_prefs| holds the previous state of preferences.
|
| + void WebPreferencesUpdated(const webkit_glue::WebPreferences& old_prefs);
|
| +
|
| // Coordinate conversion -----------------------------------------------------
|
|
|
| gfx::RectF ClientRectToPhysicalWindowRect(const gfx::RectF& rect) const;
|
|
|