Chromium Code Reviews| Index: chrome/browser/chromeos/arc/arc_auth_notification.h |
| diff --git a/chrome/browser/chromeos/arc/arc_auth_notification.h b/chrome/browser/chromeos/arc/arc_auth_notification.h |
| index 3690be08375f9ac67798ba8f736796d57dd8298f..341f24c154390445ef851812fa11e8833cb530b6 100644 |
| --- a/chrome/browser/chromeos/arc/arc_auth_notification.h |
| +++ b/chrome/browser/chromeos/arc/arc_auth_notification.h |
| @@ -14,6 +14,9 @@ class ArcAuthNotification { |
| public: |
| static void Show(Profile* profile); |
| static void Hide(); |
| + |
| + // Disables to show ArcAuthNotification to make testing easier. |
|
Luis Héctor Chávez
2017/02/23 17:29:32
nit: "Disables showing"
hidehiko
2017/02/23 18:33:33
Done.
|
| + static void DisableForTesting(); |
| }; |
| } // namespace arc |