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

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: Review updates Created 8 years, 3 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 55ad8cb366b031349d9693f8ae4d4c0110fb544c..09fad298bdca1fecc7266b83b81a0fa4a200302c 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