Pass partition name instead of path to BrowserContext
This commit is contained in:
parent
f2bdca31b3
commit
3773f81fd5
7 changed files with 35 additions and 56 deletions
|
@ -34,7 +34,7 @@ class WebContentsPreferences
|
|||
content::WebContents* web_contents, content::WebPreferences* prefs);
|
||||
|
||||
WebContentsPreferences(content::WebContents* web_contents,
|
||||
base::DictionaryValue&& web_preferences);
|
||||
base::DictionaryValue* web_preferences);
|
||||
~WebContentsPreferences() override;
|
||||
|
||||
// $.extend(|web_preferences_|, |new_web_preferences|).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue