Init plus_address timer pref unconditionally

The previous statement was in a buildflag else, excluding android.

Change-Id: I185fcbb63af0b6ab8bd07f12c61f052a31ba8135
Bug: 1487213
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4897256
Reviewed-by: Gabriel Charette <[email protected]>
Commit-Queue: Matt Reichhoff <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1202728}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index a6c9e2c7..3253e27 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -1645,6 +1645,7 @@
   permissions::RegisterProfilePrefs(registry);
   PermissionBubbleMediaAccessHandler::RegisterProfilePrefs(registry);
   PlatformNotificationServiceImpl::RegisterProfilePrefs(registry);
+  plus_addresses::RegisterProfilePrefs(registry);
   policy::URLBlocklistManager::RegisterProfilePrefs(registry);
   PolicyUI::RegisterProfilePrefs(registry);
   PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
@@ -1781,7 +1782,6 @@
   ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry);
   PhotosService::RegisterProfilePrefs(registry);
   PinnedTabCodec::RegisterProfilePrefs(registry);
-  plus_addresses::RegisterProfilePrefs(registry);
   policy::DeveloperToolsPolicyHandler::RegisterProfilePrefs(registry);
   PromoService::RegisterProfilePrefs(registry);
   RecipesService::RegisterProfilePrefs(registry);