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

Unified Diff: components/password_manager/content/browser/credential_manager_impl.h

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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: components/password_manager/content/browser/credential_manager_impl.h
diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
index e6429eb0fa0c874f70c084176bfd0c4e1997aa5b..2603293aa9e54eed4cb9cccc495f1e00428be563 100644
--- a/components/password_manager/content/browser/credential_manager_impl.h
+++ b/components/password_manager/content/browser/credential_manager_impl.h
@@ -56,7 +56,7 @@ class CredentialManagerImpl
const RequireUserMediationCallback& callback) override;
void Get(bool zero_click_only,
bool include_passwords,
- mojo::Array<mojo::String> federations,
+ mojo::Array<GURL> federations,
const GetCallback& callback) override;
// CredentialManagerPendingRequestTaskDelegate:

Powered by Google App Engine
This is Rietveld 408576698