shell_browser_context_keyed_service_factories.cc 517 B

1234567891011121314151617
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "extensions/shell/browser/shell_browser_context_keyed_service_factories.h"
  5. #include "extensions/shell/browser/shell_extension_system_factory.h"
  6. namespace extensions {
  7. namespace shell {
  8. void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
  9. ShellExtensionSystemFactory::GetInstance();
  10. }
  11. } // namespace shell
  12. } // namespace extensions