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

Unified Diff: ios/chrome/browser/prefs/browser_prefs.mm

Issue 1902443004: Implements CR deduplication for iOS. (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 | « ios/chrome/browser/component_updater/ios_component_updater_configurator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/prefs/browser_prefs.mm
diff --git a/ios/chrome/browser/prefs/browser_prefs.mm b/ios/chrome/browser/prefs/browser_prefs.mm
index 93c4f4877a1f2fdb179610a467c797129306808c..1ad3204c25c87bb6e7a5bb386328b21306047420 100644
--- a/ios/chrome/browser/prefs/browser_prefs.mm
+++ b/ios/chrome/browser/prefs/browser_prefs.mm
@@ -24,6 +24,7 @@
#include "components/sync_driver/sync_prefs.h"
#include "components/translate/core/browser/translate_prefs.h"
#include "components/translate/core/common/translate_pref_names.h"
+#include "components/update_client/update_client.h"
#include "components/variations/service/variations_service.h"
#include "components/web_resource/promo_resource_service.h"
#include "ios/chrome/browser/application_context_impl.h"
@@ -58,6 +59,7 @@ void RegisterLocalStatePrefs(PrefRegistrySimple* registry) {
PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
rappor::RapporService::RegisterPrefs(registry);
ssl_config::SSLConfigServiceManager::RegisterPrefs(registry);
+ update_client::RegisterPrefs(registry);
variations::VariationsService::RegisterPrefs(registry);
web_resource::PromoResourceService::RegisterPrefs(registry);
« no previous file with comments | « ios/chrome/browser/component_updater/ios_component_updater_configurator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698