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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 2934293003: The chrome.lockScreen.data API implementation (Closed)
Patch Set: switch to BackendTaskRunner Created 3 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
« no previous file with comments | « no previous file | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 4659a1f2518cbde3aaa0bdeec1ef2c34d08bd36b..fddd222cc229c38ffb74f2753fd1c22eddcfbf24 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -239,6 +239,7 @@
#include "components/invalidation/impl/invalidator_storage.h"
#include "components/onc/onc_pref_names.h"
#include "components/quirks/quirks_manager.h"
+#include "extensions/browser/api/lock_screen_data/lock_screen_item_storage.h"
#else
#include "chrome/browser/extensions/default_apps.h"
#endif
@@ -406,6 +407,8 @@ void RegisterLocalState(PrefRegistrySimple* registry) {
chromeos::WallpaperManager::RegisterPrefs(registry);
chromeos::echo_offer::RegisterPrefs(registry);
extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry);
+ extensions::lock_screen_data::LockScreenItemStorage::RegisterLocalState(
+ registry);
invalidation::InvalidatorStorage::RegisterPrefs(registry);
::onc::RegisterPrefs(registry);
policy::AutoEnrollmentClient::RegisterPrefs(registry);
« no previous file with comments | « no previous file | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698