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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.cc

Issue 137993009: Remove more non-aura windows code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renable the disabled tests Created 6 years, 11 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
Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
===================================================================
--- chrome/browser/ui/views/autofill/autofill_dialog_views.cc (revision 244775)
+++ chrome/browser/ui/views/autofill/autofill_dialog_views.cc (working copy)
@@ -1717,11 +1717,7 @@
bool AutofillDialogViews::HandleKeyEvent(views::Textfield* sender,
const ui::KeyEvent& key_event) {
ui::KeyEvent copy(key_event);
-#if defined(OS_WIN) && !defined(USE_AURA)
- content::NativeWebKeyboardEvent event(copy.native_event());
-#else
content::NativeWebKeyboardEvent event(&copy);
-#endif
return delegate_->HandleKeyPressEventInInput(event);
}

Powered by Google App Engine
This is Rietveld 408576698