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

Unified Diff: chrome/browser/ui/chrome_bubble_manager.cc

Issue 1488653002: Fix scroll restoration when exiting fullscreen mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trying to fix test broken on Mac Created 5 years 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/chrome_bubble_manager.cc
diff --git a/chrome/browser/ui/chrome_bubble_manager.cc b/chrome/browser/ui/chrome_bubble_manager.cc
index 33890dcaac7b05f5ec654697313cbff70c47e6ef..b6bd676945a0b9dcd4bff0f50f25ad458bf2785c 100644
--- a/chrome/browser/ui/chrome_bubble_manager.cc
+++ b/chrome/browser/ui/chrome_bubble_manager.cc
@@ -134,7 +134,7 @@ void ChromeBubbleManager::ActiveTabChanged(content::WebContents* old_contents,
}
void ChromeBubbleManager::DidToggleFullscreenModeForTab(
- bool entered_fullscreen) {
+ bool entered_fullscreen, bool will_cause_resize) {
CloseAllBubbles(BUBBLE_CLOSE_FULLSCREEN_TOGGLED);
// Any bubble that didn't close should update its anchor position.
UpdateAllBubbleAnchors();

Powered by Google App Engine
This is Rietveld 408576698