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

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: formatting Created 4 years, 11 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 484f071bb5d4451f5d7821e5c645b7df5f7fcbb2..ab469f8c4a72ebb58fe2d3ea54afd4378faca04b 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