| 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 c83ed85b6c4be9ccf6f39de219b3b4f5463150b6..a8a8dfaef1815fc8355bfd3ef2fe8ee15794f694 100644
|
| --- a/chrome/browser/ui/webui/options/managed_user_settings_handler.h
|
| +++ b/chrome/browser/ui/webui/options/managed_user_settings_handler.h
|
| @@ -35,6 +35,9 @@ class ManagedUserSettingsHandler : public OptionsPageUIHandler {
|
| // Called when the local passphrase changes.
|
| void OnLocalPassphraseChanged();
|
|
|
| + // 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_;
|
|
|
|
|