| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index e01772f5cb0137e37579cb8e30cf5bfdd30fa5bb..c1c408c30e0a3c49408ca01fd874d0dadbb517ac 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -956,7 +956,6 @@ class TabContents : public PageNavigator,
|
| virtual void OnJSOutOfMemory();
|
| virtual void OnCrossSiteResponse(int new_render_process_host_id,
|
| int new_request_id);
|
| - virtual bool CanBlur() const;
|
| virtual gfx::Rect GetRootWindowResizerRect() const;
|
| virtual void RendererUnresponsive(RenderViewHost* render_view_host,
|
| bool is_during_unload);
|
|
|