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

Unified Diff: base/message_pump_observer.h

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error in file added in the interim Created 8 years, 7 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_pump_aurax11.cc ('k') | base/message_pump_x.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_observer.h
diff --git a/base/message_pump_observer.h b/base/message_pump_observer.h
index efcdebfe1a2b3ecebcfbedb2379f96cec47c5ddd..be6766d2709bb179ec80248a17c85a1cf028d62b 100644
--- a/base/message_pump_observer.h
+++ b/base/message_pump_observer.h
@@ -19,11 +19,11 @@ enum EventStatus {
// A MessagePumpObserver is an object that receives global
// notifications from the UI MessageLoop with MessagePumpWin or
-// MessagePumpX.
+// MessagePumpAuraX11.
//
// NOTE: An Observer implementation should be extremely fast!
//
-// For use with MessagePumpX, please see message_pump_glib.h for more
+// For use with MessagePumpAuraX11, please see message_pump_glib.h for more
// info about how this is invoked in this environment.
class BASE_EXPORT MessagePumpObserver {
public:
« no previous file with comments | « base/message_pump_aurax11.cc ('k') | base/message_pump_x.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698