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

Unified Diff: components/login_dialog_strings.grdp

Issue 2067933002: Use correct origin when prompting for proxy authentication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/login_dialog_strings.grdp
diff --git a/components/login_dialog_strings.grdp b/components/login_dialog_strings.grdp
index 1929e7bd62bfc41550c29dcc7330c3f46593b14a..8753e6e1860a5be0185dd36f88b8deade0a521b7 100644
--- a/components/login_dialog_strings.grdp
+++ b/components/login_dialog_strings.grdp
@@ -8,7 +8,7 @@
<ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
</message>
<message name="IDS_LOGIN_DIALOG_PROXY_AUTHORITY" desc="String to be displayed in the proxy login prompt dialog to explain that the user needs to log in, and the name of the proxy">
- The proxy <ph name="DOMAIN">$1<ex>google.com</ex></ph> requires a username and password.
+ The proxy <ph name="DOMAIN">$1<ex>http://proxy-server.example.com:8123</ex></ph> requires a username and password.
</message>
<message name="IDS_LOGIN_DIALOG_USERNAME_FIELD" desc="The label of the username field in the login prompt dialog" formatter_data="android_java">
User Name:

Powered by Google App Engine
This is Rietveld 408576698