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

Unified Diff: content/browser/renderer_host/quota_dispatcher_host.h

Issue 20015002: Make Platform::queryStorageUsageAndQuota work from worker threads (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: content/browser/renderer_host/quota_dispatcher_host.h
diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h
index 1e64fce70d13e38c25f57af28df2a66cef5a1f08..b82bd533c19a4ad8b26c0bf231e83249792f9270 100644
--- a/content/browser/renderer_host/quota_dispatcher_host.h
+++ b/content/browser/renderer_host/quota_dispatcher_host.h
@@ -42,6 +42,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter {
class RequestQuotaDispatcher;
void OnQueryStorageUsageAndQuota(
+ int ipc_thread_id,
int request_id,
const GURL& origin_url,
quota::StorageType type);
« no previous file with comments | « no previous file | content/browser/renderer_host/quota_dispatcher_host.cc » ('j') | content/child/quota_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698