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

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

Issue 2942923002: Implementing sign-in promo histograms for bookmark (Closed)
Patch Set: Renaming histograms Created 3 years, 6 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/pref_names.cc ('k') | ios/chrome/browser/ui/authentication/BUILD.gn » ('j') | 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 6539c9987a13a510c58412f6556deaa90ccb484f..222347fcbb276cb90b68cbe5e6be62435f754aa1 100644
--- a/ios/chrome/browser/prefs/browser_prefs.mm
+++ b/ios/chrome/browser/prefs/browser_prefs.mm
@@ -49,6 +49,7 @@
#include "ios/chrome/browser/physical_web/physical_web_prefs_registration.h"
#include "ios/chrome/browser/pref_names.h"
#include "ios/chrome/browser/signin/signin_manager_factory.h"
+#import "ios/chrome/browser/ui/bookmarks/bookmark_collection_view.h"
#import "ios/chrome/browser/ui/bookmarks/bookmark_interaction_controller.h"
#import "ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h"
#include "ios/chrome/browser/voice/voice_search_prefs_registration.h"
@@ -121,6 +122,7 @@ void RegisterBrowserStatePrefs(user_prefs::PrefRegistrySyncable* registry) {
DesktopPromotionSyncService::RegisterDesktopPromotionUserPrefs(registry);
RegisterVoiceSearchBrowserStatePrefs(registry);
+ [BookmarkCollectionView registerBrowserStatePrefs:registry];
[BookmarkInteractionController registerBrowserStatePrefs:registry];
[BookmarkPromoController registerBrowserStatePrefs:registry];
[HandoffManager registerBrowserStatePrefs:registry];
« no previous file with comments | « ios/chrome/browser/pref_names.cc ('k') | ios/chrome/browser/ui/authentication/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698