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

Unified Diff: ash/shelf/shelf.cc

Issue 404203003: Distinguish between keystroke and character events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IsCharFromNative() for Mac build Created 6 years, 5 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 | « ash/keyboard_overlay/keyboard_overlay_view_unittest.cc ('k') | ash/shelf/shelf_tooltip_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index f9d3704fa02e646da7ae60d60d8c0ff881adb5fd..08f32e2bc68979e6f86f0f5339cff6918a8068e0 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -105,8 +105,7 @@ void Shelf::ActivateShelfItem(int index) {
// next item if the current one is already active.
ui::KeyEvent event(ui::ET_KEY_RELEASED,
ui::VKEY_UNKNOWN, // The actual key gets ignored.
- ui::EF_NONE,
- false);
+ ui::EF_NONE);
const ShelfItem& item = shelf_view_->model()->items()[index];
ShelfItemDelegate* item_delegate =
« no previous file with comments | « ash/keyboard_overlay/keyboard_overlay_view_unittest.cc ('k') | ash/shelf/shelf_tooltip_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698