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

Unified Diff: content/child/quota_dispatcher.h

Issue 2558673003: Move RequestQuotaPermission from RenderView to RenderFrame. (Closed)
Patch Set: Created 4 years 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 | « chrome/browser/chrome_quota_permission_context.cc ('k') | content/child/quota_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/quota_dispatcher.h
diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
index ccaab7176c210931f6d7924bde9d52d7ab6e7c96..377d2675c59ac48383c8a9d5f778f4440f081b6a 100644
--- a/content/child/quota_dispatcher.h
+++ b/content/child/quota_dispatcher.h
@@ -64,7 +64,7 @@ class QuotaDispatcher : public WorkerThread::Observer {
void QueryStorageUsageAndQuota(const GURL& gurl,
storage::StorageType type,
std::unique_ptr<Callback> callback);
- void RequestStorageQuota(int render_view_id,
+ void RequestStorageQuota(int render_frame_id,
const GURL& gurl,
storage::StorageType type,
uint64_t requested_size,
« no previous file with comments | « chrome/browser/chrome_quota_permission_context.cc ('k') | content/child/quota_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698