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

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

Issue 11147037: Add a 'hidden' option to chrome.app.window.create() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ash tests Created 8 years, 2 months 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
« no previous file with comments | « chrome/common/extensions/api/app_window.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eb3e34aca4b5710182b5ee165a6cd44842cb63e1..9f92754aeb6bcaab58ab1a045d39f71f63db0f90 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -28,6 +28,7 @@ class TestBrowserWindow : public BrowserWindow {
// BrowserWindow:
virtual void Show() OVERRIDE {}
virtual void ShowInactive() OVERRIDE {}
+ virtual void Hide() OVERRIDE {}
virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {}
virtual void Close() OVERRIDE {}
virtual void Activate() OVERRIDE {}
« no previous file with comments | « chrome/common/extensions/api/app_window.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698