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

Unified Diff: chromeos/cryptohome/system_salt_getter.cc

Issue 1887983005: Revert of Remove WallpaperManager dependency on Cryptohome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chromeos/cryptohome/system_salt_getter.h ('k') | components/wallpaper/wallpaper_manager_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/system_salt_getter.cc
diff --git a/chromeos/cryptohome/system_salt_getter.cc b/chromeos/cryptohome/system_salt_getter.cc
index 5109f107c6e13c278a99412e18bcfb954b7cb1bf..0e79fc1298e1be01d350e7951b3e36667901d4cf 100644
--- a/chromeos/cryptohome/system_salt_getter.cc
+++ b/chromeos/cryptohome/system_salt_getter.cc
@@ -40,15 +40,6 @@
base::Bind(&SystemSaltGetter::DidWaitForServiceToBeAvailable,
weak_ptr_factory_.GetWeakPtr(),
callback));
-}
-
-const SystemSaltGetter::RawSalt* SystemSaltGetter::GetRawSalt() const {
- return raw_salt_.empty() ? nullptr : &raw_salt_;
-}
-
-void SystemSaltGetter::SetRawSaltForTesting(
- const SystemSaltGetter::RawSalt& raw_salt) {
- raw_salt_ = raw_salt;
}
void SystemSaltGetter::DidWaitForServiceToBeAvailable(
« no previous file with comments | « chromeos/cryptohome/system_salt_getter.h ('k') | components/wallpaper/wallpaper_manager_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698