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

Unified Diff: chrome/browser/chromeos/login/login_utils.h

Issue 11853012: Improved test coverage of login_utils_browsertest.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: chrome/browser/chromeos/login/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index 2e3300a7937472201bba59b8503170aa2d483c5b..90a262c5b8a67561965f559d49972c800fa0cf05 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -29,17 +29,13 @@ class LoginUtils {
public:
class Delegate {
public:
- // Called after profile is loaded and prepared for the session.
+ // Called after profile is loaded and prepared for the session.
virtual void OnProfilePrepared(Profile* profile) = 0;
#if defined(ENABLE_RLZ)
// Called after post-profile RLZ initialization.
virtual void OnRlzInitialized(Profile* profile) {}
#endif
-
- // Called immediately after profile is created, should be used as a test
- // se
- virtual void OnProfileCreated(Profile* profile) {}
};
// Get LoginUtils singleton object. If it was not set before, new default
@@ -120,9 +116,6 @@ class LoginUtils {
// Initialize RLZ.
virtual void InitRlzDelayed(Profile* user_profile) = 0;
- // Completed profile creation process.
- virtual void CompleteProfileCreate(Profile* user_profile) {}
-
protected:
friend class ::BrowserGuestSessionNavigatorTest;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_utils.cc » ('j') | chrome/browser/chromeos/login/login_utils_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698