Pass partition name instead of path to BrowserContext
This commit is contained in:
parent
82b9ced3e0
commit
58fb166b0b
2 changed files with 19 additions and 6 deletions
|
@ -23,8 +23,7 @@ class BrowserContext : public content::BrowserContext,
|
|||
BrowserContext();
|
||||
~BrowserContext();
|
||||
|
||||
virtual void Initialize(const std::string& partition_path,
|
||||
bool in_memory = false);
|
||||
void Initialize(const std::string& partition, bool in_memory = false);
|
||||
|
||||
// content::BrowserContext:
|
||||
scoped_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue