Chromium Code Reviews| 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 cb8444419b07406a1ff4ed29283581b6d0ff0dcd..ad366e779fe3ebfa34df9977c57fc2f1d0884785 100644 |
| --- a/chrome/browser/chromeos/login/login_utils.h |
| +++ b/chrome/browser/chromeos/login/login_utils.h |
| @@ -29,7 +29,8 @@ class LoginUtils { |
| class Delegate { |
| public: |
| // Called after profile is loaded and prepared for the session. |
| - virtual void OnProfilePrepared(Profile* profile) = 0; |
| + virtual void OnProfilePrepared(Profile* profile, |
| + bool browser_launched) = 0; |
|
Denis Kuznetsov (DE-MUC)
2014/10/16 12:21:42
Please add comment about parameter.
It is not clea
Nikita (slow)
2014/10/17 13:17:41
Done.
|
| #if defined(ENABLE_RLZ) |
| // Called after post-profile RLZ initialization. |