| 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..059f4a3921a29e940377b0fda66e71115c3d2a06 100644
|
| --- a/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| +++ b/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| @@ -37,6 +37,18 @@ class HatsNotificationController : public NotificationDelegate,
|
| static bool ShouldShowSurveyToProfile(Profile* profile);
|
|
|
| private:
|
| + friend class HatsNotificationControllerTest;
|
| + FRIEND_TEST_ALL_PREFIXES(HatsNotificationControllerTest,
|
| + NewDevice_ShouldNotShowNotification);
|
| + FRIEND_TEST_ALL_PREFIXES(HatsNotificationControllerTest,
|
| + OldDevice_ShouldShowNotification);
|
| + 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:
|
|
|