Index: chrome/browser/ui/webui/options/managed_user_settings_handler.h |
diff --git a/chrome/browser/ui/webui/options/managed_user_settings_handler.h b/chrome/browser/ui/webui/options/managed_user_settings_handler.h |
index 83639d78dd05f55266bf40440c28e9b6b8726fe4..0d8dcb83af8ebb5b3e60006954493013529a412b 100644 |
--- a/chrome/browser/ui/webui/options/managed_user_settings_handler.h |
+++ b/chrome/browser/ui/webui/options/managed_user_settings_handler.h |
@@ -58,6 +58,10 @@ class ManagedUserSettingsHandler : public OptionsPageUIHandler { |
// service and updating the WebUI model. |
void UpdateViewFromModel(); |
+ // Stores if the user has already seen the managed user settings dialog. Is |
+ // true unless explicitly set to false in HandlePageOpened. |
+ bool has_seen_settings_dialog_; |
+ |
// For tracking how long the user spends on this page. |
base::TimeTicks start_time_; |