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

Unified Diff: webkit/quota/quota_manager.h

Issue 7003021: Added DeleteOriginData to QuotaClient (Closed)
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_manager.h
diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
index 16c05886eac453c9d0e3fc1a76e82c19fec14769..b747c2393b786c6f8e1804c5a3dcd70424d10aa2 100644
--- a/webkit/quota/quota_manager.h
+++ b/webkit/quota/quota_manager.h
@@ -150,7 +150,7 @@ class QuotaManager : public QuotaTaskObserver,
};
struct QuotaManagerDeleter {
- static void Destruct(const QuotaManager* manager) {
+ static void Destruct(const QuotaManager* manager) {
michaeln 2011/05/13 01:04:24 looks like a stray edit
tzik (google) 2011/05/13 06:10:36 Done.
manager->DeleteOnCorrectThread();
}
};

Powered by Google App Engine
This is Rietveld 408576698