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

Unified Diff: chrome/browser/ui/browser.h

Issue 2175833002: AdjustBoundsToEnsureMinimumWindowVisibility may cause unwanted shift if window dimension is small (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 693e84d96148a486101ae1a1e7ed6401e516c791..377dc2d2ea7f22e704e3996337fa40a177ead8d2 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -397,6 +397,8 @@ class Browser : public TabStripModelObserver,
void UpdateDownloadShelfVisibility(bool visible);
+ void UpdateStatusBubblePosition();
+
/////////////////////////////////////////////////////////////////////////////
// Called by chrome::Navigate() when a navigation has occurred in a tab in

Powered by Google App Engine
This is Rietveld 408576698