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

Unified Diff: components/wallpaper/wallpaper_manager_base.h

Issue 1886653002: Remove WallpaperManager dependency on Cryptohome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase (raw_salt_ is now properly 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.cc ('k') | components/wallpaper/wallpaper_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wallpaper/wallpaper_manager_base.h
diff --git a/components/wallpaper/wallpaper_manager_base.h b/components/wallpaper/wallpaper_manager_base.h
index d66abc07f950daf60ccbbffb631277c43de4c315..1c80e4a7881ad92ec978bc17a2ac6ddf89c0c939 100644
--- a/components/wallpaper/wallpaper_manager_base.h
+++ b/components/wallpaper/wallpaper_manager_base.h
@@ -346,8 +346,8 @@ class WALLPAPER_EXPORT WallpaperManagerBase {
// Returns queue size.
virtual size_t GetPendingListSizeForTesting() const = 0;
- // Ruturns files identifier for the user.
- virtual WallpaperFilesId GetFilesId(const user_manager::User& user) const = 0;
+ // Ruturns files identifier for the |account_id|.
+ virtual WallpaperFilesId GetFilesId(const AccountId& account_id) const = 0;
protected:
friend class TestApi;
« no previous file with comments | « chromeos/cryptohome/system_salt_getter.cc ('k') | components/wallpaper/wallpaper_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698