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

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

Issue 1401613005: Mac: Remove the workaround to prevent "Share" dialogs disappearing the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/cocoa/info_bubble_window.mm
diff --git a/chrome/browser/ui/cocoa/info_bubble_window.mm b/chrome/browser/ui/cocoa/info_bubble_window.mm
index 1fa224717c872c73982a7db2a3e65100eedb2691..afeec6133fc210313a250d0e218666df98a6e2ce 100644
--- a/chrome/browser/ui/cocoa/info_bubble_window.mm
+++ b/chrome/browser/ui/cocoa/info_bubble_window.mm
@@ -247,12 +247,4 @@ class AppNotificationBridge : public content::NotificationObserver {
return closing_;
}
-// Override -[NSWindow addChildWindow] to prevent ShareKit bugs propagating
-// to the browser window. See http://crbug.com/475855.
-- (void)addChildWindow:(NSWindow*)childWindow
- ordered:(NSWindowOrderingMode)orderingMode {
- [[self parentWindow] removeChildWindow:self];
- [super addChildWindow:childWindow ordered:orderingMode];
-}
-
@end
« 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