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

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

Issue 2097503002: Fix build break in native_backend_kwallet_x.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/native_backend_kwallet_x.cc
diff --git a/chrome/browser/password_manager/native_backend_kwallet_x.cc b/chrome/browser/password_manager/native_backend_kwallet_x.cc
index a9519aa24c013a8a05a1a4bdd0bd41f14a2c8e97..de2bfa2975d06e39fd69ada94cddf8c3334bb7f9 100644
--- a/chrome/browser/password_manager/native_backend_kwallet_x.cc
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.cc
@@ -388,6 +388,8 @@ NativeBackendKWallet::InitResult NativeBackendKWallet::InitWallet() {
case KWalletDBus::Error::SUCCESS:
return INIT_SUCCESS;
}
+
+ return PERMANENT_FAIL;
}
password_manager::PasswordStoreChangeList NativeBackendKWallet::AddLogin(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698