Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: chrome/test/base/test_browser_window.h

Issue 8586045: Add extension API to change window show state using chrome.windows.update(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index 787c6f8004a2ab432d06c2565613cf2a4ad16191..2708ff92276d932cc767b639330920d47a399e98 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -43,6 +43,9 @@ class TestBrowserWindow : public BrowserWindow {
virtual gfx::Rect GetBounds() const OVERRIDE;
virtual bool IsMaximized() const OVERRIDE;
virtual bool IsMinimized() const OVERRIDE;
+ virtual void Maximize() OVERRIDE {}
+ virtual void Minimize() OVERRIDE {}
+ virtual void Restore() OVERRIDE {}
virtual void EnterFullscreen(
const GURL& url, FullscreenExitBubbleType type) OVERRIDE {}
virtual void ExitFullscreen() OVERRIDE {}
« no previous file with comments | « chrome/common/extensions/docs/windows.html ('k') | chrome/test/data/extensions/api_test/window_update/show_state/hello.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698