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

Unified Diff: ui/events/event_utils.h

Issue 311053010: Revert the code that should not have been included in r275101 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_utils.h
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
index ca5713b52d57fa250a21b934c89bbfa9012ed5be..fa22da847b33001d2b13907e0d57d3ea8402cfa8 100644
--- a/ui/events/event_utils.h
+++ b/ui/events/event_utils.h
@@ -162,11 +162,6 @@ EVENTS_EXPORT bool IsMouseEventFromTouch(UINT message);
EVENTS_EXPORT uint16 GetScanCodeFromLParam(LPARAM lParam);
EVENTS_EXPORT LPARAM GetLParamFromScanCode(uint16 scan_code);
-// Overrides the ui::KeyEvent's flags for test.
-// They're not exported to prevent it from leaking into production code.
-void SetKeyEventFlagsForTest(int flags);
-void ResetKeyEventFlagsForTest();
-
#endif
// Registers a custom event type.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698