Chromium Code Reviews| 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..ad4227adba21fef3b17e72ffb0457212ce674b78 100644 |
| --- a/chrome/browser/chromeos/profiles/profile_helper.cc |
| +++ b/chrome/browser/chromeos/profiles/profile_helper.cc |
| @@ -144,7 +144,5 @@ void ProfileHelper::ActiveUserHashChanged(const std::string& hash) { |
| LOG(INFO) << "Switching to profile path: " << profile_path.value(); |
| } |
| -void ProfileHelper::PendingUserSessionsRestoreFinished() { |
| -} |
|
bartfab (slow)
2013/06/03 09:00:06
Nit: Remove double blank line.
Nikita (slow)
2013/06/03 09:21:28
Done.
|
| } // namespace chromeos |