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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac win compile fixes Created 8 years, 4 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 6e4cb51ab9e90b20953237ac70632be5e9908b0e..bab993b9fc250040787ece4180685831a7a8f92e 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -37,6 +37,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual std::string GetStoragePartitionIdForChildProcess(
content::BrowserContext* browser_context,
int child_process_id) OVERRIDE;
+ virtual std::string GetStoragePartitionIdForSiteInstance(
Charlie Reis 2012/08/06 20:38:30 Do we need the "ForX" in these two names, since ch
awong 2012/08/08 18:08:28 The style guide doesn't like overloading. :-/ Als
+ content::BrowserContext* browser_context,
+ content::SiteInstance* instance) OVERRIDE;
+ virtual bool IsValidStoragePartitionId(
+ content::BrowserContext* browser_context,
+ const std::string& partition_id) OVERRIDE;
virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
content::WebContents* web_contents) OVERRIDE;
virtual void RenderViewHostCreated(
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698