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

Unified Diff: chrome/browser/ui/webui/options/password_manager_handler.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: rebase. remove one unneeded commit. add support for changes in 39253002 Created 7 years, 1 month 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/ui/webui/options/password_manager_handler.h
diff --git a/chrome/browser/ui/webui/options/password_manager_handler.h b/chrome/browser/ui/webui/options/password_manager_handler.h
index 49b8abed5afdfba6a8d8ce5046de06a4b7353d15..2e31f5f927babd5a19218593a119946a56aa307c 100644
--- a/chrome/browser/ui/webui/options/password_manager_handler.h
+++ b/chrome/browser/ui/webui/options/password_manager_handler.h
@@ -12,6 +12,7 @@
#include "chrome/browser/ui/passwords/password_manager_presenter.h"
#include "chrome/browser/ui/passwords/password_ui_view.h"
#include "chrome/browser/ui/webui/options/options_ui.h"
+#include "content/public/browser/web_contents.h"
Bernhard Bauer 2013/11/27 17:04:52 Is this include really necessary? password_ui_view
Will Harris 2013/12/02 23:19:27 Done.
namespace options {
@@ -37,6 +38,7 @@ class PasswordManagerHandler : public OptionsPageUIHandler,
virtual void SetPasswordExceptionList(
const ScopedVector<autofill::PasswordForm>& password_exception_list)
OVERRIDE;
+ virtual content::WebContents* GetWebContents() OVERRIDE;
private:
// Clears and then populates the list of passwords and password exceptions.

Powered by Google App Engine
This is Rietveld 408576698