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

Unified Diff: chrome/browser/ui/webui/options/managed_user_passphrase_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_passphrase_handler.h
diff --git a/chrome/browser/ui/webui/options/managed_user_passphrase_handler.h b/chrome/browser/ui/webui/options/managed_user_passphrase_handler.h
index e75ed761c0a79e394819439bf0c37579885cac98..88df671105ad57ff64c6f88663d024b301d2f14f 100644
--- a/chrome/browser/ui/webui/options/managed_user_passphrase_handler.h
+++ b/chrome/browser/ui/webui/options/managed_user_passphrase_handler.h
@@ -42,14 +42,6 @@ class ManagedUserPassphraseHandler : public OptionsPageUIHandler {
// the authentication was successful.
void PassphraseDialogCallback(bool success);
- // Checks if there is already a passphrase specified. It expects as parameter
- // the name of the Javascript function which should be called with the results
- // of this check.
- void IsPassphraseSet(const base::ListValue* args);
-
- // Resets the passphrase to the empty string.
- void ResetPassphrase(const base::ListValue* args);
-
// The name of the Javascript function which should be called after the
// passphrase has been checked.
std::string callback_function_name_;

Powered by Google App Engine
This is Rietveld 408576698