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

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

Issue 12803011: Add BaseWindow::GetContentBounds() and use in WindowController::CreateWindowValue() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix osx build Created 7 years, 9 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
Index: chrome/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index 22a208ca6f6095873c6e147e3ea92f5748a139e9..0ef5bbaf3e4bee3c822656ab8a0970794acfd3e0 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -42,6 +42,10 @@ gfx::Rect TestBrowserWindow::GetBounds() const {
return gfx::Rect();
}
+gfx::Rect TestBrowserWindow::GetContentBounds() const {
+ return gfx::Rect();
+}
+
bool TestBrowserWindow::IsMaximized() const {
return false;
}
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | chrome/test/data/extensions/api_test/window_open/window_size/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698