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

Unified Diff: components/os_crypt/os_crypt.h

Issue 2150543002: OSCrypt supports encryption with KWallet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 5 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
Index: components/os_crypt/os_crypt.h
diff --git a/components/os_crypt/os_crypt.h b/components/os_crypt/os_crypt.h
index 287a28d7a733f54a522120ef97681c08340e8cbe..c3e04f74dd6097aacd26056b6f13a010b761dbb3 100644
--- a/components/os_crypt/os_crypt.h
+++ b/components/os_crypt/os_crypt.h
@@ -26,6 +26,10 @@ class OSCrypt {
// In any other case, we default to auto-detecting the store.
// This should not be changed after OSCrypt has been used.
static void SetStore(const std::string& store_type);
+
+ // Some password stores may prompt the user for permission and show the
+ // application name.
+ static void SetProductName(const std::string& product_name);
#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS)
// Encrypt a string16. The output (second argument) is really an array of

Powered by Google App Engine
This is Rietveld 408576698