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

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

Issue 650423004: Moving Passwordmanager::RegisterLocalPref() to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 6 years, 2 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 | components/password_manager/core/browser/password_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_manager_util_win.cc
diff --git a/chrome/browser/password_manager/password_manager_util_win.cc b/chrome/browser/password_manager/password_manager_util_win.cc
index cf2043443e94598389e9e4810be2f8463a81b9b8..4eef9b45e4e0c3dfd2ce6622831041202f3551b9 100644
--- a/chrome/browser/password_manager/password_manager_util_win.cc
+++ b/chrome/browser/password_manager/password_manager_util_win.cc
@@ -15,7 +15,6 @@
#include "chrome/browser/password_manager/password_manager_util.h"
-#include "base/prefs/pref_registry_simple.h"
#include "base/prefs/pref_service.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time/time.h"
@@ -33,15 +32,6 @@
#include "ui/aura/window_tree_host.h"
#endif
-// static
-void password_manager::PasswordManager::RegisterLocalPrefs(
- PrefRegistrySimple* registry) {
- registry->RegisterInt64Pref(password_manager::prefs::kOsPasswordLastChanged,
- 0);
- registry->RegisterBooleanPref(password_manager::prefs::kOsPasswordBlank,
- false);
-}
-
namespace password_manager_util {
const unsigned kMaxPasswordRetries = 3;
« no previous file with comments | « no previous file | components/password_manager/core/browser/password_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698