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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.h

Issue 1153023004: Prepare the infrastructure for password overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the test. Created 5 years, 7 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: components/password_manager/content/browser/content_password_manager_driver.h
diff --git a/components/password_manager/content/browser/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h
index c8c01e274e7d2bd6e88c77512d289d9c6a8e228a..4b34620f9085967f3100b69647ba319c371d57e7 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.h
+++ b/components/password_manager/content/browser/content_password_manager_driver.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "components/autofill/core/common/password_form_field_prediction_map.h"
#include "components/password_manager/core/browser/password_autofill_manager.h"
#include "components/password_manager/core/browser/password_generation_manager.h"
#include "components/password_manager/core/browser/password_manager.h"
@@ -51,7 +52,8 @@ class ContentPasswordManagerDriver : public PasswordManagerDriver {
void AccountCreationFormsFound(
const std::vector<autofill::FormData>& forms) override;
void AutofillDataReceived(
- const std::map<autofill::FormData, autofill::FormFieldData>& predictions)
+ const std::map<autofill::FormData,
+ autofill::PasswordFormFieldPredictionMap>& predictions)
override;
void GeneratedPasswordAccepted(const base::string16& password) override;
void FillSuggestion(const base::string16& username,

Powered by Google App Engine
This is Rietveld 408576698