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

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

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/password_manager/password_store_factory.cc
diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc
index b96eb818b9e4f0ff729c50a88c0faff989371950..bbb468c9a7dbeb03f23a82a32c10fefaa85b8617 100644
--- a/chrome/browser/password_manager/password_store_factory.cc
+++ b/chrome/browser/password_manager/password_store_factory.cc
@@ -248,8 +248,9 @@ PasswordStoreFactory::BuildServiceInstanceFor(
if (!backend.get()) {
LOG(WARNING) << "Using basic (unencrypted) store for password storage. "
- "See http://code.google.com/p/chromium/wiki/LinuxPasswordStorage for "
- "more information about password storage options.";
+ "See "
+ "https://chromium.googlesource.com/chromium/src/+/master/docs/linux_password_storage.md"
+ " for more information about password storage options.";
}
ps = new PasswordStoreX(main_thread_runner, db_thread_runner,

Powered by Google App Engine
This is Rietveld 408576698