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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_view_utils.h

Issue 1837043003: Add a title for the account chooser for one credential displayed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/passwords/manage_passwords_view_utils.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.h b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
index 3067369aab345ee769fa7dacc8e63ca2fe2c7151..8590212067b1953c697253ec745ea4d2926b8b77 100644
--- a/chrome/browser/ui/passwords/manage_passwords_view_utils.h
+++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
@@ -74,6 +74,7 @@ void GetManagePasswordsDialogTitleText(const GURL& user_visible_url,
// branding.
void GetAccountChooserDialogTitleTextAndLinkRange(
bool is_smartlock_branding_enabled,
+ bool many_accounts,
base::string16* title,
gfx::Range* title_link_range);

Powered by Google App Engine
This is Rietveld 408576698