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

Unified Diff: trunk/src/chrome/browser/chromeos/profiles/profile_helper.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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/chromeos/profiles/profile_helper.h
===================================================================
--- trunk/src/chrome/browser/chromeos/profiles/profile_helper.h (revision 194361)
+++ trunk/src/chrome/browser/chromeos/profiles/profile_helper.h (working copy)
@@ -1,30 +0,0 @@
-// Copyright (c) 2013 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_PROFILES_PROFILE_HELPER_H_
-#define CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
-
-#include "base/basictypes.h"
-
-class Profile;
-
-namespace chromeos {
-
-class ProfileHelper {
- public:
- // Returns OffTheRecord profile for use during signing phase.
- static Profile* GetSigninProfile();
-
- // Initialize a bunch of services that are tied to a browser profile.
- // TODO(dzhioev): Investigate whether or not this method is needed.
- static void ProfileStartup(Profile* profile, bool process_startup);
-
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(ProfileHelper);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
-
« no previous file with comments | « trunk/src/chrome/browser/chromeos/profile_startup.cc ('k') | trunk/src/chrome/browser/chromeos/profiles/profile_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698