| 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..cd6c393b16d6ee25aa15c06567476e0f89cc4a9f 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,9 @@ class ManagedUserSettingsHandler : public OptionsPageUIHandler {
|
| // service and updating the WebUI model.
|
| void UpdateViewFromModel();
|
|
|
| + // Checks whether the settings dialog has been shown before.
|
| + bool HasSeenSetupDialog();
|
| +
|
| // For tracking how long the user spends on this page.
|
| base::TimeTicks start_time_;
|
|
|
|
|