Commit ad58af3a authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

Add const to RenderProcessHostImpl::storage_partition_impl_.

It never changes.

Change-Id: I04f9f7d6d639fc4d67108b1f4741f8a334a1be56
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837562Reviewed-by: default avatarTsuyoshi Horo <horo@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702673}
parent f6d3638e
......@@ -871,7 +871,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
BrowserContext* const browser_context_;
// Owned by |browser_context_|.
StoragePartitionImpl* storage_partition_impl_;
StoragePartitionImpl* const storage_partition_impl_;
// Keeps track of the BindingIds returned by storage_partition_impl_->Bind()
// calls so we can Unbind() them on cleanup.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment