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

Unified Diff: chrome/browser/extensions/api/passwords_private/passwords_private_event_router.cc

Issue 1907813002: Make the URLs in the password exceptions list clickable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-implicit-update.gitbr
Patch Set: feedback Created 4 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/extensions/api/passwords_private/passwords_private_event_router.cc
diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.cc b/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.cc
index bb89c94a5607de963fa9b69708ce6a843775fa0b..11ab3e01a7748115c733bc3568e655fac079fbbd 100644
--- a/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.cc
+++ b/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.cc
@@ -49,7 +49,7 @@ void PasswordsPrivateEventRouter::SendSavedPasswordListToListeners() {
}
void PasswordsPrivateEventRouter::OnPasswordExceptionsListChanged(
- const std::vector<std::string>& exceptions) {
+ const std::vector<api::passwords_private::ExceptionPair>& exceptions) {
cached_password_exception_parameters_ =
api::passwords_private::OnPasswordExceptionsListChanged::Create(
exceptions);

Powered by Google App Engine
This is Rietveld 408576698