| Index: chrome/test/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/test_browser_window.h (revision 9882)
|
| +++ chrome/test/test_browser_window.h (working copy)
|
| @@ -35,6 +35,8 @@
|
| virtual void SetStarredState(bool is_starred) {}
|
| virtual gfx::Rect GetNormalBounds() const { return gfx::Rect(); }
|
| virtual bool IsMaximized() const { return false; }
|
| + virtual void SetFullscreen(bool fullscreen) {}
|
| + virtual bool IsFullscreen() const { return false; }
|
| virtual LocationBar* GetLocationBar() const {
|
| return const_cast<TestLocationBar*>(&location_bar_);
|
| }
|
|
|