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

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

Issue 2845543002: Show human readable origin for Android apps (Closed)
Patch Set: 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
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 c1846732255c205044e03f7a86093465d696a772..5ea04d7a8dab60224c658728ed95bdb69bfc5605 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<api::passwords_private::ExceptionPair>& exceptions);
+ const std::vector<api::passwords_private::ExceptionEntry>& 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