| Index: content/browser/web_contents/web_contents_impl.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.h (revision 286686)
|
| +++ content/browser/web_contents/web_contents_impl.h (working copy)
|
| @@ -417,7 +417,7 @@
|
| const base::string16& source_id) OVERRIDE;
|
| virtual RendererPreferences GetRendererPrefs(
|
| BrowserContext* browser_context) const OVERRIDE;
|
| - virtual WebPreferences ComputeWebkitPrefs() OVERRIDE;
|
| + virtual WebPreferences GetWebkitPrefs() OVERRIDE;
|
| virtual void OnUserGesture() OVERRIDE;
|
| virtual void OnIgnoredUIEvent() OVERRIDE;
|
| virtual void RendererUnresponsive(RenderViewHost* render_view_host,
|
|
|