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

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

Issue 8907029: AURA/X11: Handle VKEY_MENU accelerator on content area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 12 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/handle_web_keyboard_event_aura.cc
diff --git a/chrome/browser/ui/views/handle_web_keyboard_event_aura.cc b/chrome/browser/ui/views/handle_web_keyboard_event_aura.cc
deleted file mode 100644
index 76795e0dc9cc221ca5ccecc802b6f96336012a5b..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/handle_web_keyboard_event_aura.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/views/handle_web_keyboard_event.h"
-
-#include "ui/views/widget/widget.h"
-
-void HandleWebKeyboardEvent(views::Widget* widget,
- const NativeWebKeyboardEvent& event) {
- // TODO(saintlou): Handle event forwarding in Aura: crbug.com/99861.
- NOTIMPLEMENTED();
-}
« no previous file with comments | « chrome/browser/ui/views/handle_web_keyboard_event.h ('k') | chrome/browser/ui/views/handle_web_keyboard_event_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698