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

Unified Diff: chrome/browser/chromeos/device_uma.cc

Issue 223483002: base: Do not allow MessagePumpObservers to consume events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r262009 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
« no previous file with comments | « chrome/browser/chromeos/device_uma.h ('k') | chrome/browser/chromeos/events/event_rewriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/device_uma.cc
diff --git a/chrome/browser/chromeos/device_uma.cc b/chrome/browser/chromeos/device_uma.cc
index 487c661412b97001b07c6f88402bce9ac98fb9a0..a6dc19f62ea4d1c77b919b8df2ddf21c69cb68bb 100644
--- a/chrome/browser/chromeos/device_uma.cc
+++ b/chrome/browser/chromeos/device_uma.cc
@@ -58,10 +58,8 @@ void DeviceUMA::RemoveMessageLoopObserver() {
}
}
-base::EventStatus DeviceUMA::WillProcessEvent(
- const base::NativeEvent& event) {
+void DeviceUMA::WillProcessEvent(const base::NativeEvent& event) {
CheckIncomingEvent(event);
- return base::EVENT_CONTINUE;
}
void DeviceUMA::DidProcessEvent(
« no previous file with comments | « chrome/browser/chromeos/device_uma.h ('k') | chrome/browser/chromeos/events/event_rewriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698