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

Unified Diff: ui/views/widget/native_widget_aura.cc

Issue 11150035: Remove obsolete code that handles menu key release for chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 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 | « ui/views/widget/desktop_root_window_host_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget_aura.cc
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
index e5ec12a7b800d104cd30e4c4845e78b60af97981..cd209c47934839a6a25d1767f59dc7025adb4e70 100644
--- a/ui/views/widget/native_widget_aura.cc
+++ b/ui/views/widget/native_widget_aura.cc
@@ -635,8 +635,6 @@ void NativeWidgetAura::SetVisibilityChangedAnimationsEnabled(bool value) {
void NativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) {
FocusManager* focus_manager = GetWidget()->GetFocusManager();
- if (focus_manager)
- focus_manager->MaybeResetMenuKeyState(key);
if (delegate_->OnKeyEvent(key) || !focus_manager)
return;
focus_manager->OnKeyEvent(key);
« no previous file with comments | « ui/views/widget/desktop_root_window_host_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698