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

Unified Diff: content/renderer/render_frame_impl.cc

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 | « content/public/common/storage_quota_params.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index f68bb2e5666f71404361907fd889992464b5d5cf..1061a34d0464af8eae6d57297478bb50696b4d08 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4462,7 +4462,7 @@ void RenderFrameImpl::requestStorageQuota(
return;
}
ChildThreadImpl::current()->quota_dispatcher()->RequestStorageQuota(
- render_view_->GetRoutingID(), url::Origin(origin).GetURL(),
+ routing_id_, url::Origin(origin).GetURL(),
static_cast<storage::StorageType>(type), requested_size,
QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks));
}
« no previous file with comments | « content/public/common/storage_quota_params.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698