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

Unified Diff: media/base/keyboard_event_counter.h

Issue 2577573002: Removes mouse listeners from UserInputMonitor. (Closed)
Patch Set: Fix win by removing std::move. Created 3 years, 11 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 | « media/base/BUILD.gn ('k') | media/base/keyboard_event_counter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/keyboard_event_counter.h
diff --git a/media/base/keyboard_event_counter.h b/media/base/keyboard_event_counter.h
index 0f2e2d3904d6f8fb53236c6dbc86ce9bcf089763..614d21f86b7561a9abee3480302cd0a88e238503 100644
--- a/media/base/keyboard_event_counter.h
+++ b/media/base/keyboard_event_counter.h
@@ -26,10 +26,6 @@ class MEDIA_EXPORT KeyboardEventCounter {
KeyboardEventCounter();
~KeyboardEventCounter();
- // Resets the count to 0. Must be called on the same thread as
- // OnKeyboardEvent.
- void Reset();
-
// Returns the total number of keypresses since its creation or last Reset()
// call. Can be called on any thread.
size_t GetKeyPressCount() const;
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/keyboard_event_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698