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

Unified Diff: chrome/browser/chromeos/profile_startup.h

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: m 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | chrome/browser/chromeos/profile_startup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/profile_startup.h
diff --git a/chrome/browser/chromeos/profile_startup.h b/chrome/browser/chromeos/profile_startup.h
deleted file mode 100644
index 2e23a68a6b48013b933cfe6b16a8b7b6d1dfb7ce..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/profile_startup.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
-#define CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
-
-class Profile;
-
-namespace chromeos {
-
-// Initialize a bunch of services that are tied to a browser profile.
-// TODO(beng): It is very fishy that any of these services need to be tied to
-// a browser profile. This dependency should be severed and this
-// init moved earlier in startup.
-void ProfileStartup(Profile* profile, bool process_startup);
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_PROFILE_STARTUP_H_
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | chrome/browser/chromeos/profile_startup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698