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

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

Issue 10916132: AppCache and StoragePartition'ing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/render_process_host_impl.h
===================================================================
--- content/browser/renderer_host/render_process_host_impl.h (revision 154786)
+++ content/browser/renderer_host/render_process_host_impl.h (working copy)
@@ -267,8 +267,7 @@
BrowserContext* browser_context_;
- // Owned by |browser_context_|.
- StoragePartitionImpl* storage_partition_impl_;
+ scoped_refptr<StoragePartitionImpl> storage_partition_impl_;
// True if the process can be shut down suddenly. If this is true, then we're
// sure that all the RenderViews in the process can be shutdown suddenly. If

Powered by Google App Engine
This is Rietveld 408576698