use browser context from webcontents for registering datasource
This commit is contained in:
parent
fa5c8fc943
commit
0e956c497d
8 changed files with 27 additions and 28 deletions
|
@ -23,7 +23,7 @@ class BrowserContext : public content::BrowserContext,
|
|||
BrowserContext();
|
||||
~BrowserContext();
|
||||
|
||||
virtual void Initialize(const base::FilePath& partition_path,
|
||||
virtual void Initialize(const std::string& partition_path,
|
||||
bool in_memory = false);
|
||||
|
||||
// content::BrowserContext:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue