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

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

Issue 2090343002: Fix build error with gcc 4.9.3 (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..08813a245c2d3b7287a582acc31c6ecf85931502 100644
--- a/chrome/browser/password_manager/native_backend_kwallet_x.cc
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.cc
@@ -388,6 +388,9 @@ NativeBackendKWallet::InitResult NativeBackendKWallet::InitWallet() {
case KWalletDBus::Error::SUCCESS:
return INIT_SUCCESS;
}
+
+ NOTREACHED();
+ 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