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

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

Issue 2517663002: Fix unable to delete extensions continuously through keyboard (Closed)
Patch Set: nit Created 4 years, 1 month 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_native_widget_aura.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.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index 91a957b729d69bb8ce5d723e491d38a6e7c4be59..a9c440d89140d3622f97aed967b558a35524563f 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -286,6 +286,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
std::unique_ptr<wm::WindowModalityController> window_modality_controller_;
+ bool restore_focus_on_activate_;
+
gfx::NativeCursor cursor_;
// We must manually reference count the number of users of |cursor_manager_|
// because the cursors created by |cursor_manager_| are shared among the
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698