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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.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/browser/ui/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 5a81c937af98189204d4604729c9e766a74c8f90..3c1cde275767c7cc4fb2545e1bbb18977b97b576 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1164,6 +1164,10 @@ FindBar* BrowserWindowGtk::CreateFindBar() {
return new FindBarGtk(this);
}
+int BrowserWindowGtk::GetConstrainedWindowTopY() {
+ return -1;
+}
+
void BrowserWindowGtk::ShowAvatarBubble(WebContents* web_contents,
const gfx::Rect& rect) {
GtkWidget* widget = web_contents->GetContentNativeView();

Powered by Google App Engine
This is Rietveld 408576698