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

Unified Diff: ios/web/public/web_state/credential.h

Issue 1723583004: CREDENTIAL: Convert federations from URLs to origins throughout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS2 Created 4 years, 10 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: ios/web/public/web_state/credential.h
diff --git a/ios/web/public/web_state/credential.h b/ios/web/public/web_state/credential.h
index 5b133692585a5f8000405911ecd915f07c842b29..8fc850e98ea5b10f30a1e19cb5a7254cb3e81d79 100644
--- a/ios/web/public/web_state/credential.h
+++ b/ios/web/public/web_state/credential.h
@@ -7,6 +7,7 @@
#include "base/strings/string16.h"
#include "url/gurl.h"
+#include "url/origin.h"
namespace web {
@@ -39,7 +40,7 @@ struct Credential {
base::string16 password;
// The federation URL for a federated credential.
- GURL federation_url;
+ url::Origin federation_origin;
};
// Determines whether two credentials are equal.

Powered by Google App Engine
This is Rietveld 408576698