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..988668de7b8aec79f373e6c9a05e2f35a02ab06a 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 |
+ // set to true when the page is opened, and the page had been opened before. |
+ bool has_seen_settings_dialog_; |
+ |
// For tracking how long the user spends on this page. |
base::TimeTicks start_time_; |