| Index: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| index b1ae29660c14a0e4f9ecd7e89a8d94d12e530b3f..28c4f577f487db0e78ef2e8005f15fd888777ca0 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| @@ -95,7 +95,7 @@ class GaiaScreenHandler : public BaseScreenHandler {
|
| net::Error frame_error() const { return frame_error_; }
|
|
|
| private:
|
| - // TODO (ygorshenin@): remove this dependency.
|
| + // TODO (antrim@): remove this dependency.
|
| friend class SigninScreenHandler;
|
|
|
| // BaseScreenHandler implementation:
|
| @@ -186,11 +186,11 @@ class GaiaScreenHandler : public BaseScreenHandler {
|
| // extension should be used.
|
| void LoadAuthExtension(bool force, bool silent_load, bool offline);
|
|
|
| - // TODO (ygorshenin@): GaiaScreenHandler should implement
|
| + // TODO (antrim@): GaiaScreenHandler should implement
|
| // NetworkStateInformer::Observer.
|
| void UpdateState(NetworkError::ErrorReason reason);
|
|
|
| - // TODO (ygorshenin@): remove this dependency.
|
| + // TODO (antrim@): remove this dependency.
|
| void SetSigninScreenHandler(SigninScreenHandler* handler);
|
|
|
| SigninScreenHandlerDelegate* Delegate();
|
| @@ -254,7 +254,7 @@ class GaiaScreenHandler : public BaseScreenHandler {
|
|
|
| // Non-owning ptr to SigninScreenHandler instance. Should not be used
|
| // in dtor.
|
| - // TODO (ygorshenin@): GaiaScreenHandler shouldn't communicate with
|
| + // TODO (antrim@): GaiaScreenHandler shouldn't communicate with
|
| // signin_screen_handler directly.
|
| SigninScreenHandler* signin_screen_handler_;
|
|
|
|
|