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

Unified Diff: base/win_util.cc

Issue 3354005: Re-lands 58186: (Closed)
Patch Set: Created 10 years, 4 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 | « base/win_util.h ('k') | chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win_util.cc
diff --git a/base/win_util.cc b/base/win_util.cc
index 133d36f2821cb7be0b4256d6d4eb7c9eb88d771f..b87e4418f42a795e97879ac12330b4f72cd269bd 100644
--- a/base/win_util.cc
+++ b/base/win_util.cc
@@ -385,14 +385,6 @@ std::wstring FormatLastWin32Error() {
return FormatMessage(GetLastError());
}
-WORD KeyboardCodeToWin(base::KeyboardCode keycode) {
- return static_cast<WORD>(keycode);
-}
-
-base::KeyboardCode WinToKeyboardCode(WORD keycode) {
- return static_cast<base::KeyboardCode>(keycode);
-}
-
bool SetAppIdForPropertyStore(IPropertyStore* property_store,
const wchar_t* app_id) {
DCHECK(property_store);
« no previous file with comments | « base/win_util.h ('k') | chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698