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

Unified Diff: chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc

Issue 2832913002: Harmonizing SmartLock dialog (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc
diff --git a/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc b/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc
index 3ceb8f92b1023896ba2311a4186f9d2cb90fd0bb..fc6b2e90c7c023e6ed7d62ed26ff6e477b89ac8a 100644
--- a/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc
+++ b/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc
@@ -478,8 +478,7 @@ void PasswordDialogViewTest::ShowDialog(const std::string& name) {
if (name == "PopupAutoSigninPrompt") {
form.icon_url = GURL("broken url");
local_credentials.push_back(base::MakeUnique<autofill::PasswordForm>(form));
- GURL icon_url("https://google.com/icon.png");
- form.icon_url = icon_url;
+ form.icon_url = GURL("https://google.com/icon.png");
form.display_name = base::ASCIIToUTF16("Peter Pan");
form.federation_origin = url::Origin(GURL("https://google.com/federation"));
local_credentials.push_back(base::MakeUnique<autofill::PasswordForm>(form));
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698