blob: e3e0aa941f72f71bb7927aab22950c747836c9a0 [file] [log] [blame]
[email protected]de7d61ff2013-08-20 11:30:411// Copyright 2013 The Chromium Authors. All rights reserved.
[email protected]b0f146f2011-09-15 22:14:252// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]de7d61ff2013-08-20 11:30:415#include "content/shell/browser/shell_browser_context.h"
[email protected]b0f146f2011-09-15 22:14:256
dchengf63a1252015-12-26 20:43:137#include <utility>
8
[email protected]037edb52011-11-15 21:14:069#include "base/bind.h"
[email protected]2f2b9512012-06-08 17:31:0010#include "base/command_line.h"
[email protected]5cba3bf2012-01-14 02:40:3511#include "base/environment.h"
thestigb7aad54f2014-09-05 18:25:3912#include "base/files/file_util.h"
[email protected]b0f146f2011-09-15 22:14:2513#include "base/logging.h"
14#include "base/path_service.h"
Eric Seckler8652dcd52018-09-20 10:42:2815#include "base/task/post_task.h"
[email protected]2e5b60a22011-11-28 15:56:4116#include "base/threading/thread.h"
avi66a07722015-12-25 23:38:1217#include "build/build_config.h"
juliatuttleca57a11b2016-11-15 19:07:5318#include "components/keyed_service/content/browser_context_dependency_manager.h"
Henrique Nakashimadd1cdd12019-04-25 15:47:0419#include "components/keyed_service/core/simple_dependency_manager.h"
Xi Han720a2a22019-05-21 17:39:5920#include "components/keyed_service/core/simple_factory_key.h"
Henrique Nakashima7bb9d522019-04-16 20:57:36