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

Unified Diff: ios/chrome/browser/browsing_data/ios_browsing_data_counter_factory.cc

Issue 2798243004: Show password sync status in CBD (Closed)
Patch Set: add sync test Created 3 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 | « components/browsing_data_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browsing_data/ios_browsing_data_counter_factory.cc
diff --git a/ios/chrome/browser/browsing_data/ios_browsing_data_counter_factory.cc b/ios/chrome/browser/browsing_data/ios_browsing_data_counter_factory.cc
index 470ed15e0fa7d736b9c986de9e089d5d7cb85b44..81feff0b72b11d852fc6fb256d05aa3c0ba71929 100644
--- a/ios/chrome/browser/browsing_data/ios_browsing_data_counter_factory.cc
+++ b/ios/chrome/browser/browsing_data/ios_browsing_data_counter_factory.cc
@@ -46,7 +46,8 @@ IOSBrowsingDataCounterFactory::GetForBrowserStateAndPref(
if (pref_name == browsing_data::prefs::kDeletePasswords) {
return base::MakeUnique<browsing_data::PasswordsCounter>(
IOSChromePasswordStoreFactory::GetForBrowserState(
- browser_state, ServiceAccessType::EXPLICIT_ACCESS));
+ browser_state, ServiceAccessType::EXPLICIT_ACCESS),
+ IOSChromeProfileSyncServiceFactory::GetForBrowserState(browser_state));
}
if (pref_name == browsing_data::prefs::kDeleteFormData) {
« no previous file with comments | « components/browsing_data_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698