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

Unified Diff: chrome/browser/chromeos/login/wallpaper_manager.h

Issue 11299304: Callback to function InitializeRegisteredDeviceWallpaper after cros settings can be trusted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years 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 | chrome/browser/chromeos/login/wallpaper_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/wallpaper_manager.h
diff --git a/chrome/browser/chromeos/login/wallpaper_manager.h b/chrome/browser/chromeos/login/wallpaper_manager.h
index 0c7f8cce140a8dffe4d034cd41d8b5a4f4344d56..0f7aed826b1ca98afc71fe474b14f46ab8309216 100644
--- a/chrome/browser/chromeos/login/wallpaper_manager.h
+++ b/chrome/browser/chromeos/login/wallpaper_manager.h
@@ -192,6 +192,10 @@ class WallpaperManager: public system::TimezoneSettings::Observer,
// Deletes all |email| related custom or converted wallpapers.
void DeleteUserWallpapers(const std::string& email);
+ // Initialize wallpaper of registered device after device policy is trusted.
+ // Note that before device is enrolled, it proceeds with untrusted setting.
+ void InitializeRegisteredDeviceWallpaper();
+
// Loads |email|'s wallpaper. When |update_wallpaper| is true, sets wallpaper
// to the loaded wallpaper.
void LoadWallpaper(const std::string& email,
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wallpaper_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698