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

Unified Diff: chrome/utility/importer/ie_importer_win.cc

Issue 1049953003: Rename GURL::SchemeUsesTLS to SchemeIsCryptographic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « chrome/common/origin_util.cc ('k') | chrome/utility/importer/nss_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/ie_importer_win.cc
diff --git a/chrome/utility/importer/ie_importer_win.cc b/chrome/utility/importer/ie_importer_win.cc
index 8da54a3da8b3f0f76ecf3df0c1472f1cd13dd565..e1f5e4fb947d13787c0be5ab0220118bce55ec6e 100644
--- a/chrome/utility/importer/ie_importer_win.cc
+++ b/chrome/utility/importer/ie_importer_win.cc
@@ -634,7 +634,7 @@ void IEImporter::ImportPasswordsIE6() {
// import a password from IE whose scheme is https, we give it the benefit
// of the doubt and DON'T auto-fill it unless the form appears under
// valid TLS conditions.
- form.ssl_valid = url.SchemeUsesTLS();
+ form.ssl_valid = url.SchemeIsCryptographic();
// Goes through the list to find out the username field
// of the web page.
« no previous file with comments | « chrome/common/origin_util.cc ('k') | chrome/utility/importer/nss_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698