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

Unified Diff: chrome/browser/ui/webui/options/password_manager_handler.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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/password_manager_handler.cc
diff --git a/chrome/browser/ui/webui/options/password_manager_handler.cc b/chrome/browser/ui/webui/options/password_manager_handler.cc
index c3aacdb38edbf5bd327329ee40d96a124b51aca9..dd80fb4afc0d4fb4ef9b61ee3f53272ca59847e1 100644
--- a/chrome/browser/ui/webui/options/password_manager_handler.cc
+++ b/chrome/browser/ui/webui/options/password_manager_handler.cc
@@ -247,7 +247,7 @@ void PasswordManagerHandler::ShowPassword(
// Call back the front end to reveal the password.
web_ui()->CallJavascriptFunctionUnsafe("PasswordManager.showPassword",
base::Value(static_cast<int>(index)),
- base::StringValue(password_value));
+ base::Value(password_value));
}
void PasswordManagerHandler::HandleUpdatePasswordLists(

Powered by Google App Engine
This is Rietveld 408576698