| 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 304a6d276cd1f7b97d7cbb03f53c7f171be43ccb..59e2eb947e74d6f0e56e48e320add454595c5d7b 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);
|
|
|