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

Unified Diff: base/message_loop/message_loop.h

Issue 242103007: NOT FOR REVIEW - prioritize fonts Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | base/message_loop/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_loop.h
diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h
index e52963f2533058e9e08d258c98a12a78fe98d6e6..1a858cce305da5c06d1456a021dbfc7b78c49e9c 100644
--- a/base/message_loop/message_loop.h
+++ b/base/message_loop/message_loop.h
@@ -427,6 +427,11 @@ class BASE_EXPORT MessageLoop : public MessagePump::Delegate {
scoped_ptr<MessagePump> pump_;
+ protected:
+ virtual void ReloadAllWorkQueues();
+ virtual TaskQueue& GetNextWorkQueue();
+ virtual bool HasWorkAvailable() const;
+
private:
friend class internal::IncomingTaskQueue;
friend class RunLoop;
« no previous file with comments | « no previous file | base/message_loop/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698