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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.cc

Issue 605353002: [Password Manager] Widen autofill supression for testing password sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | chrome/browser/password_manager/chrome_password_manager_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc
index 67640f547b506c90878cfe6c421831a61dc1fad3..159bd3b0089bf1d9976b06162b2b979bc5328262 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -492,7 +492,7 @@ bool ChromePasswordManagerClient::IsURLPasswordWebsiteReauth(
// All password sites, including test sites, have autofilling disabled.
CR_DEFINE_STATIC_LOCAL(RE2, account_dashboard_pattern,
- ("passwords(-([a-z]+\\.corp))?\\.google\\.com"));
+ ("passwords(-([a-z-]+\\.corp))?\\.google\\.com"));
return RE2::FullMatch(GURL(param_value).host(), account_dashboard_pattern);
}
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698