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

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

Issue 895653002: Serialize date_created in PasswordStoreX properly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: KWallet implementation Created 5 years, 11 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/native_backend_kwallet_x.h
diff --git a/chrome/browser/password_manager/native_backend_kwallet_x.h b/chrome/browser/password_manager/native_backend_kwallet_x.h
index 2ed7aabce70202a752a58bd8e3a6e6add7c7976e..116cf6faddc27c60e447eea80476a7a3e794a625 100644
--- a/chrome/browser/password_manager/native_backend_kwallet_x.h
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.h
@@ -142,7 +142,7 @@ class NativeBackendKWallet : public PasswordStoreX::NativeBackend {
// In case the fields in the pickle ever change, version them so we can try to
// read old pickles. (Note: do not eat old pickles past the expiration date.)
- static const int kPickleVersion = 4;
+ static const int kPickleVersion = 5;
// Generates a profile-specific folder name based on profile_id_.
std::string GetProfileSpecificFolderName() const;

Powered by Google App Engine
This is Rietveld 408576698