Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4134)

Unified Diff: chrome/browser/ui/webui/options/managed_user_settings_handler.h

Issue 13778004: Start in elevated mode when creating a new managed user profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698