shell_browser_context_keyed_service_factories.h 671 B

123456789101112131415161718
  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. #ifndef EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
  5. #define EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
  6. namespace extensions {
  7. namespace shell {
  8. // Ensures the existence of any BrowserContextKeyedServiceFactory provided by
  9. // the core extensions code.
  10. void EnsureBrowserContextKeyedServiceFactoriesBuilt();
  11. } // namespace shell
  12. } // namespace extensions
  13. #endif // EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_