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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 10600009: Support partitioning of storage contexts based on render_id. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased on jam@'s chromeos fixes. Created 8 years, 5 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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index ab048efa9ae85b64571887830417f720fef0d9ee..5beb382157c9620ce7b57926fb2a705af81fd947 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -35,6 +35,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
content::WebContents* web_contents,
content::RenderViewHostDelegateView** render_view_host_delegate_view)
OVERRIDE;
+ virtual std::string GetStoragePartitionIdForChildProcess(
+ content::BrowserContext* browser_context,
+ int child_process_id)
+ OVERRIDE;
jam 2012/07/11 02:09:25 nit: override on previous line
awong 2012/07/11 21:17:17 Done.
virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
content::WebContents* web_contents) OVERRIDE;
virtual void RenderViewHostCreated(

Powered by Google App Engine
This is Rietveld 408576698