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

Unified Diff: chrome/browser/autofill/personal_data_manager.h

Issue 7013016: Autofill should reject aggregated profiles where email address is found in non-email fields (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert last tweak. It breaks migration code. Created 9 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
« no previous file with comments | « no previous file | chrome/browser/autofill/personal_data_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/personal_data_manager.h
diff --git a/chrome/browser/autofill/personal_data_manager.h b/chrome/browser/autofill/personal_data_manager.h
index f3841a131710969cdb5d9d4b57c7779027884ba7..dce2acf97830a02cf14accbd35ec1fce602555ab 100644
--- a/chrome/browser/autofill/personal_data_manager.h
+++ b/chrome/browser/autofill/personal_data_manager.h
@@ -231,10 +231,6 @@ class PersonalDataManager
// The loaded credit cards.
ScopedVector<CreditCard> credit_cards_;
- // The hash of the password used to store the credit card. This is empty if
- // no password exists.
- string16 password_hash_;
-
// When the manager makes a request from WebDataService, the database
// is queried on another thread, we record the query handle until we
// get called back. We store handles for both profile and credit card queries
« no previous file with comments | « no previous file | chrome/browser/autofill/personal_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698