Pass partition name instead of path to BrowserContext

This commit is contained in:
Cheng Zhao 2015-09-05 19:46:55 +08:00
parent 82b9ced3e0
commit 58fb166b0b
2 changed files with 19 additions and 6 deletions

View file

@ -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(