Revert 168224 - Update V8 to version 3.15.4.
[chromium-blink-merge.git] / chrome / browser / chromeos / profile_startup.h
blob2e23a68a6b48013b933cfe6b16a8b7b6d1dfb7ce
1 // Copyright (c) 2012 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 CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
6 #define CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
8 class Profile;
10 namespace chromeos {
12 // Initialize a bunch of services that are tied to a browser profile.
13 // TODO(beng): It is very fishy that any of these services need to be tied to
14 // a browser profile. This dependency should be severed and this
15 // init moved earlier in startup.
16 void ProfileStartup(Profile* profile, bool process_startup);
18 } // namespace chromeos
20 #endif // CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_