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

Unified Diff: content/browser/in_process_webkit/indexed_db_quota_client.h

Issue 11091042: Converted GetOriginsForHostTask to use base::PostTaskAndReply(). Deleted superclasses GetOriginsTas… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | content/browser/in_process_webkit/indexed_db_quota_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/indexed_db_quota_client.h
diff --git a/content/browser/in_process_webkit/indexed_db_quota_client.h b/content/browser/in_process_webkit/indexed_db_quota_client.h
index 29e93194bd532e815f8ca87fb2515fc0080aebed..7cfb67f9379b3239941260fd31898db19f46faf4 100644
--- a/content/browser/in_process_webkit/indexed_db_quota_client.h
+++ b/content/browser/in_process_webkit/indexed_db_quota_client.h
@@ -44,24 +44,8 @@ class IndexedDBQuotaClient : public quota::QuotaClient,
quota::StorageType type,
const DeletionCallback& callback) OVERRIDE;
private:
- class HelperTask;
- class GetOriginsTaskBase;
- class GetOriginsForHostTask;
-
- typedef quota::CallbackQueueMap2
- <GetOriginsCallback,
- std::string, // host
- const std::set<GURL>&,
- quota::StorageType
- > OriginsForHostCallbackMap;
-
- void DidGetOriginsForHost(
- const std::string& host, const std::set<GURL>& origins,
- quota::StorageType type);
-
scoped_refptr<base::MessageLoopProxy> webkit_thread_message_loop_;
scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
- OriginsForHostCallbackMap origins_for_host_callbacks_;
DISALLOW_COPY_AND_ASSIGN(IndexedDBQuotaClient);
};
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_quota_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698