| 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 7fc8553fdaba25a1c439d06c8afb84f6b2041159..9d9e98c908480d5474229843ff6d6540fd19f3d9 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.cc
|
| @@ -144,4 +144,7 @@ void ProfileHelper::ActiveUserHashChanged(const std::string& hash) {
|
| LOG(INFO) << "Switching to profile path: " << profile_path.value();
|
| }
|
|
|
| +void ProfileHelper::PendingUserSessionsRestoreFinished() {
|
| +}
|
| +
|
| } // namespace chromeos
|
|
|