Chromium Code Reviews| Index: webkit/quota/quota_task.h |
| =================================================================== |
| --- webkit/quota/quota_task.h (revision 85641) |
| +++ webkit/quota/quota_task.h (working copy) |
| @@ -66,8 +66,9 @@ |
| protected: |
| virtual ~QuotaThreadTask(); |
| - // Called on the target message loop. |
| - virtual void RunOnTargetThread() = 0; |
| + // One of the following should be overriden. |
|
tzik
2011/05/23 05:30:59
Could you add some more comment for RunOnTargetThr
michaeln
2011/05/23 21:56:52
Done.
// One of the following Run methods shoul
|
| + virtual void RunOnTargetThread(); |
| + virtual bool RunOnTargetThreadAsync(); |
| virtual void Run() OVERRIDE; |
| scoped_refptr<base::MessageLoopProxy> target_message_loop() const { |