Chromium Code Reviews| Index: chrome/browser/views/frame/browser_view.h |
| =================================================================== |
| --- chrome/browser/views/frame/browser_view.h (revision 55530) |
| +++ chrome/browser/views/frame/browser_view.h (working copy) |
| @@ -243,6 +243,7 @@ |
| virtual void SetBounds(const gfx::Rect& bounds); |
| virtual void Close(); |
| virtual void Activate(); |
| + virtual void Deactivate(); |
| virtual bool IsActive() const; |
| virtual void FlashFrame(); |
| virtual gfx::NativeWindow GetNativeHandle(); |