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

Unified Diff: trunk/src/remoting/test/remote_desktop_browsertest.h

Issue 23451030: Revert 222168 "Add a CodeToNativeKeycode helper that converts UI..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/remoting/test/remote_desktop_browsertest.h
===================================================================
--- trunk/src/remoting/test/remote_desktop_browsertest.h (revision 222198)
+++ trunk/src/remoting/test/remote_desktop_browsertest.h (working copy)
@@ -82,14 +82,14 @@
void StartMe2Me();
// Simulate a key event.
- void SimulateKeyPressWithCode(ui::KeyboardCode keyCode, const char* code);
+ void SimulateKeyPress(ui::KeyboardCode key, int nativeKeyCode);
- void SimulateKeyPressWithCode(ui::KeyboardCode keyCode,
- const char* code,
- bool control,
- bool shift,
- bool alt,
- bool command);
+ void SimulateKeyPress(ui::KeyboardCode key,
+ int nativeKeyCode,
+ bool control,
+ bool shift,
+ bool alt,
+ bool command);
/* */
« no previous file with comments | « trunk/src/content/public/test/browser_test_utils.cc ('k') | trunk/src/remoting/test/remote_desktop_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698