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

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

Issue 14325003: Clean up managed user settings dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix broken merge 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 988668de7b8aec79f373e6c9a05e2f35a02ab06a..eede222d89a600f55fbe3500ce6ab5c26dba5804 100644
--- a/chrome/browser/ui/webui/options/managed_user_settings_handler.h
+++ b/chrome/browser/ui/webui/options/managed_user_settings_handler.h
@@ -22,7 +22,6 @@ class ManagedUserSettingsHandler : public OptionsPageUIHandler {
virtual void GetLocalizedValues(
base::DictionaryValue* localized_strings) OVERRIDE;
- virtual void InitializeHandler() OVERRIDE;
virtual void InitializePage() OVERRIDE;
virtual void RegisterMessages() OVERRIDE;
@@ -33,9 +32,6 @@ class ManagedUserSettingsHandler : public OptionsPageUIHandler {
// Records metric that the settings page was opened. Called from WebUI.
void HandlePageOpened(const base::ListValue* args);
- // Called when the local passphrase changes.
- void OnLocalPassphraseChanged();
-
// Decides whether a given pattern is valid, or if it should be
// rejected. Called while the user is editing an exception pattern.
void CheckManualExceptionValidity(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698