2734095: Introduce StoragePartitionId type to wrap current string representation.
2734095
This commit is contained in:
parent
676f74f3dc
commit
76538d2d38
2 changed files with 2 additions and 2 deletions
|
@ -1036,7 +1036,7 @@ content::WebContents* WebContents::CreateCustomWebContents(
|
||||||
const GURL& opener_url,
|
const GURL& opener_url,
|
||||||
const std::string& frame_name,
|
const std::string& frame_name,
|
||||||
const GURL& target_url,
|
const GURL& target_url,
|
||||||
const std::string& partition_id,
|
const content::StoragePartitionId& partition_id,
|
||||||
content::SessionStorageNamespace* session_storage_namespace) {
|
content::SessionStorageNamespace* session_storage_namespace) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
|
@ -459,7 +459,7 @@ class WebContents : public gin::Wrappable<WebContents>,
|
||||||
const GURL& opener_url,
|
const GURL& opener_url,
|
||||||
const std::string& frame_name,
|
const std::string& frame_name,
|
||||||
const GURL& target_url,
|
const GURL& target_url,
|
||||||
const std::string& partition_id,
|
const content::StoragePartitionId& partition_id,
|
||||||
content::SessionStorageNamespace* session_storage_namespace) override;
|
content::SessionStorageNamespace* session_storage_namespace) override;
|
||||||
void WebContentsCreatedWithFullParams(
|
void WebContentsCreatedWithFullParams(
|
||||||
content::WebContents* source_contents,
|
content::WebContents* source_contents,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue