make BrowserContext::Initialize virtual
This commit is contained in:
parent
1f2c2d416c
commit
711aa5282b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class BrowserContext : public content::BrowserContext {
|
|||
BrowserContext();
|
||||
~BrowserContext();
|
||||
|
||||
void Initialize();
|
||||
virtual void Initialize();
|
||||
|
||||
net::URLRequestContextGetter* CreateRequestContext(
|
||||
content::ProtocolHandlerMap*);
|
||||
|
|
Loading…
Reference in a new issue