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_; |