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

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

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.h
diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h b/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
index cea416f75549491bbe144f2cff269494b6995876..c1846732255c205044e03f7a86093465d696a772 100644
--- a/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
+++ b/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
@@ -33,7 +33,7 @@ class PasswordsPrivateEventRouter : public KeyedService {
// Notifies listeners of updated exceptions.
// |exceptions| The new list of password exceptions.
void OnPasswordExceptionsListChanged(
- const std::vector<std::string>& exceptions);
+ const std::vector<api::passwords_private::ExceptionPair>& exceptions);
// Notifies listeners after fetching a plain-text password.
// |origin_url| The origin which the password is saved for.

Powered by Google App Engine
This is Rietveld 408576698