Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: trunk/src/chrome/browser/chromeos/profile_startup.h

Issue 14066013: Revert 194348 "Part of multiprofile implementation." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
6 #define CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_ 6 #define CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
7 7
8 class Profile; 8 class Profile;
9 9
10 namespace chromeos { 10 namespace chromeos {
11 11
12 // Initialize a bunch of services that are tied to a browser profile. 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 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 14 // a browser profile. This dependency should be severed and this
15 // init moved earlier in startup. 15 // init moved earlier in startup.
16 void ProfileStartup(Profile* profile, bool process_startup); 16 void ProfileStartup(Profile* profile, bool process_startup);
17 17
18 } // namespace chromeos 18 } // namespace chromeos
19 19
20 #endif // CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_ 20 #endif // CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/chromeos/login/webui_login_view.cc ('k') | trunk/src/chrome/browser/chromeos/profile_startup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698