2734095: Introduce StoragePartitionId type to wrap current string representation.

https://chromium-review.googlesource.com/c/chromium/src/+/2734095
This commit is contained in:
John Kleinschmidt 2021-03-15 21:57:12 -04:00
parent 676f74f3dc
commit 76538d2d38
2 changed files with 2 additions and 2 deletions

View file

@ -1036,7 +1036,7 @@ content::WebContents* WebContents::CreateCustomWebContents(
const GURL& opener_url,
const std::string& frame_name,
const GURL& target_url,
const std::string& partition_id,
const content::StoragePartitionId& partition_id,
content::SessionStorageNamespace* session_storage_namespace) {
return nullptr;
}

View file

@ -459,7 +459,7 @@ class WebContents : public gin::Wrappable<WebContents>,
const GURL& opener_url,
const std::string& frame_name,
const GURL& target_url,
const std::string& partition_id,
const content::StoragePartitionId& partition_id,
content::SessionStorageNamespace* session_storage_namespace) override;
void WebContentsCreatedWithFullParams(
content::WebContents* source_contents,