| Index: chromecast/browser/cast_browser_context.cc
|
| diff --git a/chromecast/browser/cast_browser_context.cc b/chromecast/browser/cast_browser_context.cc
|
| index 666555d112331034deab398568e4a216c5b63ffc..4ad5cdb8daea9601df51da636aa7b2dcd9b7160f 100644
|
| --- a/chromecast/browser/cast_browser_context.cc
|
| +++ b/chromecast/browser/cast_browser_context.cc
|
| @@ -77,6 +77,7 @@ void CastBrowserContext::InitWhileIOAllowed() {
|
| // shared in a single location as defined here.
|
| CHECK(PathService::Get(DIR_CAST_HOME, &path_));
|
| #endif // defined(OS_ANDROID)
|
| + BrowserContext::Initialize(this, path_);
|
| }
|
|
|
| scoped_ptr<content::ZoomLevelDelegate>
|
|
|