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

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

Issue 256003003: Enable Automatic Passwords Saving (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 6 years, 8 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/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index 1a8b5c2b38b6ab9fc628cae44714e81d6e216052..02833b2c144fab69d68505003beb5dc478b67d70 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "chrome/common/chrome_switches.h"
vabr (Chromium) 2014/04/29 09:08:26 Please do not include files which you don't need:
rchtara 2014/04/29 12:20:08 Done.
#include "components/password_manager/content/browser/content_password_manager_driver.h"
#include "components/password_manager/core/browser/password_manager_client.h"
#include "content/public/browser/web_contents_observer.h"
@@ -38,6 +39,7 @@ class ChromePasswordManagerClient
virtual ~ChromePasswordManagerClient();
// PasswordManagerClient implementation.
+ virtual bool IsAutomaticPasswordSavingEnabled() const OVERRIDE;
virtual void PromptUserToSavePassword(
password_manager::PasswordFormManager* form_to_save) OVERRIDE;
virtual void PasswordWasAutofilled(

Powered by Google App Engine
This is Rietveld 408576698