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

Unified Diff: chrome/browser/password_manager/password_manager.h

Issue 34393007: [Win] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password
Patch Set: remove GetNativeWindow from OS_ANDROID Created 7 years 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/browser/about_flags.cc ('k') | chrome/browser/password_manager/password_manager_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_manager.h
diff --git a/chrome/browser/password_manager/password_manager.h b/chrome/browser/password_manager/password_manager.h
index 527894a36a151185b9edde7102f3a8c7537891e0..3c199c52bca7524a8f6745a69441afe9cdabd73f 100644
--- a/chrome/browser/password_manager/password_manager.h
+++ b/chrome/browser/password_manager/password_manager.h
@@ -23,6 +23,7 @@
class PasswordManagerDelegate;
class PasswordManagerTest;
class PasswordFormManager;
+class PrefRegistrySimple;
namespace user_prefs {
class PrefRegistrySyncable;
@@ -37,7 +38,9 @@ class PasswordManager : public LoginModel,
public content::WebContentsUserData<PasswordManager> {
public:
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
-
+#if defined(OS_WIN)
+ static void RegisterLocalPrefs(PrefRegistrySimple* registry);
+#endif
static void CreateForWebContentsAndDelegate(
content::WebContents* contents,
PasswordManagerDelegate* delegate);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/password_manager/password_manager_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698