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

Unified Diff: chrome/browser/password_manager/native_backend_libsecret_unittest.cc

Issue 1929573002: Changed location of LibsecretLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO and reference to bug Created 4 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
« no previous file with comments | « chrome/browser/password_manager/native_backend_libsecret.cc ('k') | components/os_crypt.gypi » ('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_unittest.cc
diff --git a/chrome/browser/password_manager/native_backend_libsecret_unittest.cc b/chrome/browser/password_manager/native_backend_libsecret_unittest.cc
index d032803b20b0570f0295d065b3808e28185a07a2..02f65bd179b4f305d30c40a24a8b1d8ac9137b7e 100644
--- a/chrome/browser/password_manager/native_backend_libsecret_unittest.cc
+++ b/chrome/browser/password_manager/native_backend_libsecret_unittest.cc
@@ -215,7 +215,7 @@ class MockLibsecretLoader : public LibsecretLoader {
mock_secret_item_load_secret_sync;
secret_value_unref =
(decltype(&::secret_value_unref)) & mock_secret_value_unref;
- libsecret_loaded = true;
+ libsecret_loaded_ = true;
// Reset the state of the mock library.
global_mock_libsecret_items->clear();
global_mock_libsecret_reject_local_ids = false;
« no previous file with comments | « chrome/browser/password_manager/native_backend_libsecret.cc ('k') | components/os_crypt.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698