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

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

Issue 10933085: Update ConstrainedWindowViews appearance according to mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser test fixes 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
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 a598f9c9e399f5637886ecd9ff590784bcb32a61..6df83d749d8fd8e8799ec89b5cb28757e46a92c8 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -133,6 +133,10 @@ FindBar* TestBrowserWindow::CreateFindBar() {
return NULL;
}
+int TestBrowserWindow::GetConstrainedWindowTopY() {
+ return -1;
+}
+
namespace chrome {
namespace {

Powered by Google App Engine
This is Rietveld 408576698