Index: chrome/browser/ui/views/constrained_window_views.cc |
diff --git a/chrome/browser/ui/views/constrained_window_views.cc b/chrome/browser/ui/views/constrained_window_views.cc |
index 3fb90deea5744484262aaafbb6168702af547f4c..9bb25ae9e26ccebf5240e56bb2faef244d17ce1f 100644 |
--- a/chrome/browser/ui/views/constrained_window_views.cc |
+++ b/chrome/browser/ui/views/constrained_window_views.cc |
@@ -595,12 +595,6 @@ void ConstrainedWindowViews::ShowConstrainedWindow() { |
} |
void ConstrainedWindowViews::CloseConstrainedWindow() { |
- // Broadcast to all observers of NOTIFY_CWINDOW_CLOSED. |
- // One example of such an observer is AutomationCWindowTracker in the |
- // automation component. |
- NotificationService::current()->Notify(chrome::NOTIFICATION_CWINDOW_CLOSED, |
- Source<ConstrainedWindow>(this), |
- NotificationService::NoDetails()); |
Close(); |
} |