Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / ios / chrome / browser / browser_state / browser_state_keyed_service_factories.h
blobd90b1c9e911c77b5274aa3d24842c8f9bdc9f4be
1 // Copyright 2015 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.
5 #ifndef IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_KEYED_SERVICE_FACTORIES_H_
6 #define IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_KEYED_SERVICE_FACTORIES_H_
8 // Instantiates all KeyedService factories which is especially important for
9 // services that register preferences or that should be created at browser
10 // state creation time (as opposed to lazily on first access).
11 void EnsureBrowserStateKeyedServiceFactoriesBuilt();
13 #endif // IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_KEYED_SERVICE_FACTORIES_H_