Index: chrome/browser/sync/glue/session_model_associator.cc |
diff --git a/chrome/browser/sync/glue/session_model_associator.cc b/chrome/browser/sync/glue/session_model_associator.cc |
index 3cbb91ec09b84a7b5a33347dda56e6906abd8b02..92b90999e98c6674bffc85fb79314099ecb36afd 100644 |
--- a/chrome/browser/sync/glue/session_model_associator.cc |
+++ b/chrome/browser/sync/glue/session_model_associator.cc |
@@ -103,7 +103,8 @@ SessionModelAssociator::SessionModelAssociator( |
ALLOW_THIS_IN_INITIALIZER_LIST(test_weak_factory_(this)), |
profile_(sync_service->profile()), |
error_handler_(error_handler), |
- favicon_cache_(profile_, kMaxSyncFavicons) { |
+ favicon_cache_(profile_, |
+ sync_service->current_experiments().favicon_sync_limit) { |
DCHECK(CalledOnValidThread()); |
DCHECK(sync_service_); |
DCHECK(profile_); |