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

Unified Diff: webkit/quota/quota_task.h

Issue 7046019: Implement DatabaseQuotaClient's DeteleteOriginData method. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
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 {

Powered by Google App Engine
This is Rietveld 408576698