| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 23b5d936c18d5f155c0f0dba73a1b5cc64c8e603..35aca8a818155713b4e8f179e47e9346210b3d17 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -1198,6 +1198,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;
|
|
|