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

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

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 | « base/message_loop/message_pump_x11.cc ('k') | chrome/browser/chromeos/device_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/device_uma.h
diff --git a/chrome/browser/chromeos/device_uma.h b/chrome/browser/chromeos/device_uma.h
index ad71e5b275d82127ed069288ab32909fc74b6265..567b9792cd66299b1fb1f72810228948220caec3 100644
--- a/chrome/browser/chromeos/device_uma.h
+++ b/chrome/browser/chromeos/device_uma.h
@@ -33,8 +33,7 @@ class DeviceUMA : public base::MessageLoopForUI::Observer {
void RemoveMessageLoopObserver();
// MessageLoopForUI::Observer overrides.
- virtual base::EventStatus WillProcessEvent(
- const base::NativeEvent& event) OVERRIDE;
+ virtual void WillProcessEvent(const base::NativeEvent& event) OVERRIDE;
virtual void DidProcessEvent(const base::NativeEvent& event) OVERRIDE;
// Check CrOS touchpad events to see if the metrics gesture is present
« no previous file with comments | « base/message_loop/message_pump_x11.cc ('k') | chrome/browser/chromeos/device_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698