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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc

Issue 12225122: Verifies WindowClosing() is invoked only once when a window is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index bc4b1a4a26d9b53ec4c26e89189e5661729a3d83..be8d11bf6fc39f9652767c872af7741309b31b7e 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -523,7 +523,7 @@ void DesktopNativeWidgetAura::OnDeviceScaleFactorChanged(
}
void DesktopNativeWidgetAura::OnWindowDestroying() {
- native_widget_delegate_->OnNativeWidgetDestroying();
+ // The DesktopRootWindowHost implementation sends OnNativeWidgetDestroying().
}
void DesktopNativeWidgetAura::OnWindowDestroyed() {
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698