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

Unified Diff: chrome/browser/ui/views/unhandled_keyboard_event_handler_win.cc

Issue 10383239: Move NativeWebKeyboardEvent to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 7 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/unhandled_keyboard_event_handler_win.cc
===================================================================
--- chrome/browser/ui/views/unhandled_keyboard_event_handler_win.cc (revision 137859)
+++ chrome/browser/ui/views/unhandled_keyboard_event_handler_win.cc (working copy)
@@ -8,6 +8,8 @@
#include "content/public/browser/native_web_keyboard_event.h"
#include "ui/views/focus/focus_manager.h"
+using content::NativeWebKeyboardEvent;
+
UnhandledKeyboardEventHandler::UnhandledKeyboardEventHandler() {
ignore_next_char_event_ = false;
}
« no previous file with comments | « chrome/browser/ui/views/unhandled_keyboard_event_handler_aurax11.cc ('k') | chrome/browser/ui/views/web_dialog_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698