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

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

Issue 2465083002: Add a dummy entry with libsecret when initializing OSCrypt. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/native_backend_libsecret.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/native_backend_libsecret.h
diff --git a/chrome/browser/password_manager/native_backend_libsecret.h b/chrome/browser/password_manager/native_backend_libsecret.h
index 2f5f7772834ecf8dd14cd827a26df4b95a2c4703..082f3649fc3fb8bad534df6a7e729101ee2c1a85 100644
--- a/chrome/browser/password_manager/native_backend_libsecret.h
+++ b/chrome/browser/password_manager/native_backend_libsecret.h
@@ -105,6 +105,10 @@ class NativeBackendLibsecret : public PasswordStoreX::NativeBackend {
// The app string, possibly based on the local profile id.
std::string app_string_;
+ // True if we're already ensured that the default keyring has been unlocked
+ // once.
+ bool ensured_keyring_unlocked_;
+
DISALLOW_COPY_AND_ASSIGN(NativeBackendLibsecret);
};
« no previous file with comments | « no previous file | chrome/browser/password_manager/native_backend_libsecret.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698