Index: ash/system/system_notifier.h |
diff --git a/ash/system/system_notifier.h b/ash/system/system_notifier.h |
index 0d4b6c7c8e4329c2cdb46bc452197175708462ed..db741ec9fee252f087a94b40c6a8d5d03fe502b6 100644 |
--- a/ash/system/system_notifier.h |
+++ b/ash/system/system_notifier.h |
@@ -19,7 +19,6 @@ ASH_EXPORT extern const char kNotifierDisplay[]; |
ASH_EXPORT extern const char kNotifierDisplayResolutionChange[]; |
ASH_EXPORT extern const char kNotifierDisplayError[]; |
ASH_EXPORT extern const char kNotifierLocale[]; |
-ASH_EXPORT extern const char kNotifierLocallyManagedUser[]; |
ASH_EXPORT extern const char kNotifierMultiProfileFirstRun[]; |
ASH_EXPORT extern const char kNotifierNetwork[]; |
ASH_EXPORT extern const char kNotifierNetworkError[]; |
@@ -29,6 +28,7 @@ ASH_EXPORT extern const char kNotifierScreenshot[]; |
ASH_EXPORT extern const char kNotifierScreenCapture[]; |
ASH_EXPORT extern const char kNotifierScreenShare[]; |
ASH_EXPORT extern const char kNotifierSessionLengthTimeout[]; |
+ASH_EXPORT extern const char kNotifierSupervisedUser[]; |
// Returns true if notifications from |notifier_id| should always appear as |
// popups. "Always appear" means the popups should appear even in login screen, |