| 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..6c25798a441034661b01bd6c29e5a1b218a32945 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 showing ArcAuthNotification to make testing easier.
|
| + static void DisableForTesting();
|
| };
|
|
|
| } // namespace arc
|
|
|