| Index: chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc (revision 176942)
|
| +++ chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc (working copy)
|
| @@ -103,7 +103,8 @@
|
| ChromeURLDataManager::AddDataSource(profile, theme);
|
|
|
| // Set up the sync promo source.
|
| - ChromeURLDataManager::AddDataSource(profile, CreateSyncUIHTMLSource(web_ui));
|
| + ChromeURLDataManager::AddDataSourceImpl(profile,
|
| + CreateSyncUIHTMLSource(web_ui));
|
|
|
| sync_promo_trial::RecordUserShownPromo(web_ui);
|
| }
|
|
|