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

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

Issue 2841833002: Renamed LoadCommittedDetails.is_in_page to is_same_document. (Closed)
Patch Set: I said "once and for all" Created 3 years, 8 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/chrome_bubble_manager.cc
diff --git a/chrome/browser/ui/chrome_bubble_manager.cc b/chrome/browser/ui/chrome_bubble_manager.cc
index 1d9a9fda2122c5ad8875809566bf7275f7c70411..da7d632bdf74d2d26f657866645c11f474c168b6 100644
--- a/chrome/browser/ui/chrome_bubble_manager.cc
+++ b/chrome/browser/ui/chrome_bubble_manager.cc
@@ -160,7 +160,7 @@ void ChromeBubbleManager::DidToggleFullscreenModeForTab(
void ChromeBubbleManager::NavigationEntryCommitted(
const content::LoadCommittedDetails& load_details) {
- if (!load_details.is_in_page)
+ if (!load_details.is_same_document)
CloseAllBubbles(BUBBLE_CLOSE_NAVIGATED);
}

Powered by Google App Engine
This is Rietveld 408576698