| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 329140c928080693e310fa9aafbe4c5cb3fe1695..2378143bdbaf2b788e7221e4d94af6fe32df36fd 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -711,6 +711,10 @@ bool RenderProcessHostImpl::IsGuest() const {
|
| return is_guest_;
|
| }
|
|
|
| +StoragePartition* RenderProcessHostImpl::GetStoragePartition() const {
|
| + return storage_partition_impl_;
|
| +}
|
| +
|
| void RenderProcessHostImpl::AppendRendererCommandLine(
|
| CommandLine* command_line) const {
|
| // Pass the process type first, so it shows first in process listings.
|
|
|