Chromium Code Reviews| Index: chrome/browser/ui/signin_view_controller.h |
| diff --git a/chrome/browser/ui/signin_view_controller.h b/chrome/browser/ui/signin_view_controller.h |
| index adc7ce5825d65d4b9b83411382ff6e2de40703c2..9a45e84956d9e517f1ab90ea90f11b7e00a51a29 100644 |
| --- a/chrome/browser/ui/signin_view_controller.h |
| +++ b/chrome/browser/ui/signin_view_controller.h |
| @@ -17,6 +17,9 @@ enum class AccessPoint; |
| // Class responsible for showing and hiding the Signin and Sync Confirmation |
| // tab-modal dialogs. |
| +// |
| +// Note: This class only exists on Desktop platforms (it does not exist on |
| +// mobile or ChromeOS) |
|
Peter Kasting
2017/03/29 19:39:31
Nit: Since CrOS is a desktop platform, this is a b
msarda
2017/03/30 11:54:11
I excluded this file on ChromeOS entirely and remo
|
| class SigninViewController { |
| public: |
| SigninViewController(); |