| Index: chrome/test/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/test_browser_window.h (revision 55530)
|
| +++ chrome/test/test_browser_window.h (working copy)
|
| @@ -23,6 +23,7 @@
|
| virtual void SetBounds(const gfx::Rect& bounds) {}
|
| virtual void Close() {}
|
| virtual void Activate() {}
|
| + virtual void Deactivate() {}
|
| virtual bool IsActive() const { return false; }
|
| virtual void FlashFrame() {}
|
| virtual gfx::NativeWindow GetNativeHandle() { return NULL; }
|
|
|