| Index: chrome/browser/chromeos/hats/hats_notification_controller.h
|
| diff --git a/chrome/browser/chromeos/hats/hats_notification_controller.h b/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| index 20d36a5fd14c63d871ae57744f3d286c7fd5d48c..51879d12e47eeba1fb772f58072a8109dd7a2372 100644
|
| --- a/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| +++ b/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| @@ -37,6 +37,15 @@ class HatsNotificationController : public NotificationDelegate,
|
| static bool ShouldShowSurveyToProfile(Profile* profile);
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(HatsNotificationControllerTest,
|
| + OldDevice_ShouldInitialize);
|
| + FRIEND_TEST_ALL_PREFIXES(HatsNotificationControllerTest,
|
| + NoInternet_DoNotShowNotification);
|
| + FRIEND_TEST_ALL_PREFIXES(HatsNotificationControllerTest,
|
| + InternetConnected_ShowNotification);
|
| + FRIEND_TEST_ALL_PREFIXES(HatsNotificationControllerTest,
|
| + DismissNotification_ShouldUpdatePref);
|
| +
|
| ~HatsNotificationController() override;
|
|
|
| // NotificationDelegate overrides:
|
|
|