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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller.cc

Issue 2373253002: Remove vestigial #ifmac code from fullscreen_controller.cc (Closed)
Patch Set: Restore NotifyTabExclusiveAccessLost() Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/exclusive_access/fullscreen_controller.cc
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller.cc
index ab7c0bc4499d7ea896bd95594f8b9c3fe4ec4e43..04d2a6de8f66ede1e09f2b5728bdeeaab07a86f4 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller.cc
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.cc
@@ -186,11 +186,6 @@ void FullscreenController::ExitFullscreenModeForTab(WebContents* web_contents) {
exclusive_access_context->UpdateUIForTabFullscreen(
ExclusiveAccessContext::STATE_EXIT_TAB_FULLSCREEN);
-#if defined(OS_MACOSX)
- // Clear the bubble URL, which forces the Mac UI to redraw.
- exclusive_access_manager()->UpdateExclusiveAccessExitBubbleContent();
-#endif // defined(OS_MACOSX)
-
// If currently there is a tab in "tab fullscreen" mode and fullscreen
// was not caused by it (i.e., previously it was in "browser fullscreen"
// mode), we need to switch back to "browser fullscreen" mode. In this
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698