From 5e198d9dc680269ea70dfc18e540554d69781307 Mon Sep 17 00:00:00 2001 From: Heilig Benedek Date: Mon, 15 Jan 2018 12:14:47 +0100 Subject: [PATCH] add todo comment --- atom/browser/ui/win/atom_desktop_native_widget_aura.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/atom/browser/ui/win/atom_desktop_native_widget_aura.cc b/atom/browser/ui/win/atom_desktop_native_widget_aura.cc index 59a597d4933c..7821f98c02e5 100644 --- a/atom/browser/ui/win/atom_desktop_native_widget_aura.cc +++ b/atom/browser/ui/win/atom_desktop_native_widget_aura.cc @@ -34,8 +34,9 @@ void AtomDesktopNativeWidgetAura::OnWindowActivated( aura::client::GetTooltipClient(lost_active->GetRootWindow())); // This will cause the tooltip to be hidden when a window is deactivated, - // as it should be. Remove this fix when the chromium issue is fixed. - // https://bugs.chromium.org/p/chromium/issues/detail?id=724538 + // as it should be. + // TODO(brenca): Remove this fix when the chromium issue is fixed. + // crbug.com/724538 tooltip_controller->OnCancelMode(nullptr); } }