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

Unified Diff: base/message_loop.h

Issue 8343023: rename Run in MessageLoopForUI to RunWithDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 2 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 | base/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop.h
diff --git a/base/message_loop.h b/base/message_loop.h
index adb58e3714ee34c4f1edea22308036f689d59819..732de03aa1f147d2d97477b2223c51b255fd8b47 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -623,7 +623,7 @@ class BASE_EXPORT MessageLoopForUI : public MessageLoop {
// methods.
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
- void Run(Dispatcher* dispatcher);
+ void RunWithDispatcher(Dispatcher* dispatcher);
void RunAllPendingWithDispatcher(Dispatcher* dispatcher);
protected:
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698