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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.mm

Issue 2034993002: Fix Hiding Issue with Certificate Viewer Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment nit Created 4 years, 7 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 | chrome/browser/ui/cocoa/certificate_viewer_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller_private.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.mm b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
index 8ff1fd69f5608825aacad664ac207ad7ba366232..2eed5b64a2d98446e9c88c2fb0e9cf1faf5d35e9 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
@@ -749,8 +749,6 @@ willPositionSheet:(NSWindow*)sheet
base::MessageLoop::current()->PostTask(FROM_HERE, callback);
}
- [self setSheetHiddenForFullscreenTransition:NO];
spqchan 2016/06/03 01:30:09 Removing this because it's redundant. (This was ge
-
if (notification) // For System Fullscreen when non-nil.
[self deregisterForContentViewResizeNotifications];
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/certificate_viewer_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698