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

Unified Diff: content/shell/renderer/test_runner/key_code_mapping.h

Issue 234533002: Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, skip changing browser_main_loop.cc because of presubmit issues, will follow up Created 6 years, 8 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: content/shell/renderer/test_runner/key_code_mapping.h
diff --git a/content/shell/renderer/test_runner/key_code_mapping.h b/content/shell/renderer/test_runner/key_code_mapping.h
index 7aac449ae3d56e47ee97326a6110663b26b24e6e..b7cb5ce5082dd3d915d9fac0eb6817f5183c2beb 100644
--- a/content/shell/renderer/test_runner/key_code_mapping.h
+++ b/content/shell/renderer/test_runner/key_code_mapping.h
@@ -34,9 +34,6 @@ enum {
VKEY_RMENU = 0xA5,
};
-// Map a windows keycode to a native keycode on defined(__linux__) && defined(TOOLKIT_GTK).
-int NativeKeyCodeForWindowsKeyCode(int keysym);
-
} // namespace content
#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_KEY_CODE_MAPPING_H_
« no previous file with comments | « content/shell/renderer/test_runner/event_sender.cc ('k') | content/shell/renderer/test_runner/key_code_mapping.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698