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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.cc

Issue 15718003: Add SessionStateObserver with ActiveUserChanged() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UserIdList > UserEmailList Created 7 years, 7 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/profiles/profile_helper.cc
diff --git a/chrome/browser/chromeos/profiles/profile_helper.cc b/chrome/browser/chromeos/profiles/profile_helper.cc
index 9d9e98c908480d5474229843ff6d6540fd19f3d9..7fc8553fdaba25a1c439d06c8afb84f6b2041159 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.cc
+++ b/chrome/browser/chromeos/profiles/profile_helper.cc
@@ -144,7 +144,4 @@ void ProfileHelper::ActiveUserHashChanged(const std::string& hash) {
LOG(INFO) << "Switching to profile path: " << profile_path.value();
}
-void ProfileHelper::PendingUserSessionsRestoreFinished() {
-}
-
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698