| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 52600)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -956,6 +956,7 @@
|
| 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);
|
|
|