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

Unified Diff: net/base/auth.h

Issue 2067933002: Use correct origin when prompting for proxy authentication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content_shell build. 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
« no previous file with comments | « content/shell/browser/shell_login_dialog.cc ('k') | net/base/auth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/auth.h
diff --git a/net/base/auth.h b/net/base/auth.h
index 62a59c8f9fdad03a834a37ef4027313b43492f90..ed369f8fc64e65308809d1e54b4675df2ac78174 100644
--- a/net/base/auth.h
+++ b/net/base/auth.h
@@ -9,8 +9,8 @@
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
-#include "net/base/host_port_pair.h"
#include "net/base/net_export.h"
+#include "url/origin.h"
namespace net {
@@ -28,7 +28,7 @@ class NET_EXPORT AuthChallengeInfo :
bool is_proxy;
// The service issuing the challenge.
- HostPortPair challenger;
+ url::Origin challenger;
// The authentication scheme used, such as "basic" or "digest". If the
// |source| is FTP_SERVER, this is an empty string. The encoding is ASCII.
« no previous file with comments | « content/shell/browser/shell_login_dialog.cc ('k') | net/base/auth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698