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

Unified Diff: components/os_crypt/key_storage_util_linux.cc

Issue 2252403002: Fix build error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated after review Created 4 years, 4 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: components/os_crypt/key_storage_util_linux.cc
diff --git a/components/os_crypt/key_storage_util_linux.cc b/components/os_crypt/key_storage_util_linux.cc
index d73c31118a48de85cfa4e2aeadf6dc5f2db6cdbf..5be4252e58c11fb257763ecf4ef164d95c77fc64 100644
--- a/components/os_crypt/key_storage_util_linux.cc
+++ b/components/os_crypt/key_storage_util_linux.cc
@@ -42,6 +42,9 @@ SelectedLinuxBackend SelectBackend(const std::string& type,
case base::nix::DESKTOP_ENVIRONMENT_OTHER:
return SelectedLinuxBackend::BASIC_TEXT;
}
+
+ NOTREACHED();
+ return SelectedLinuxBackend::BASIC_TEXT;
}
} // namespace os_crypt
« 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