summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorerg <erg@chromium.org>2016-03-01 16:13:28 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 00:15:09 +0000
commite69130f5b1a31d11badc7e034252038dc03b8ec6 (patch)
tree4e243a28cc4479a1afbdbf0e4f8218327dd912ce /chromecast
parentc5117b4cc2638739551a9eeedf5b10e177e2368b (diff)
downloadchromium_src-e69130f5b1a31d11badc7e034252038dc03b8ec6.zip
chromium_src-e69130f5b1a31d11badc7e034252038dc03b8ec6.tar.gz
chromium_src-e69130f5b1a31d11badc7e034252038dc03b8ec6.tar.bz2
mojo: Sketch a profile application.
This application is bound to an individual profile data dir. While it isn't yet sandboxed to that location, that's our long term intention with this design. This application colocates the Profile service and the LevelDB service so that these will be in the same process. The way we register a Browser Context to a user id works for now, but will need to be redone once we start spawning processes for the Profile. BUG=585587 Review URL: https://codereview.chromium.org/1741953002 Cr-Commit-Position: refs/heads/master@{#378620}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/browser/cast_browser_context.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/browser/cast_browser_context.cc b/chromecast/browser/cast_browser_context.cc
index 666555d..4ad5cdb 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>