| Index: ash/system/system_notifier.cc
|
| diff --git a/ash/system/system_notifier.cc b/ash/system/system_notifier.cc
|
| index 4958937fc5678985c39a982346a4fe4c99617c97..e0bc939287957d61ec205a5bec2375a306e1872f 100644
|
| --- a/ash/system/system_notifier.cc
|
| +++ b/ash/system/system_notifier.cc
|
| @@ -29,6 +29,7 @@ const char* kAshSystemNotifiers[] = {
|
| kNotifierMultiProfileFirstRun,
|
| kNotifierNetwork,
|
| kNotifierNetworkError,
|
| + kNotifierNetworkPortalDetector,
|
| kNotifierScreenshot,
|
| kNotifierScreenCapture,
|
| kNotifierScreenShare,
|
| @@ -59,6 +60,7 @@ const char kNotifierLocallyManagedUser[] = "ash.locally-managed-user";
|
| const char kNotifierMultiProfileFirstRun[] = "ash.multi-profile.first-run";
|
| const char kNotifierNetwork[] = "ash.network";
|
| const char kNotifierNetworkError[] = "ash.network.error";
|
| +const char kNotifierNetworkPortalDetector[] = "ash.network.portal-detector";
|
| const char kNotifierScreenshot[] = "ash.screenshot";
|
| const char kNotifierScreenCapture[] = "ash.screen-capture";
|
| const char kNotifierScreenShare[] = "ash.screen-share";
|
|
|