Index: components/browsing_data_ui/history_notice_utils.cc |
diff --git a/components/browsing_data_ui/history_notice_utils.cc b/components/browsing_data_ui/history_notice_utils.cc |
index 0abea5aa61e40a005f2a29cd44214e6af3f73291..c651520c80b4ca7151bb3082d255392d4c311c6a 100644 |
--- a/components/browsing_data_ui/history_notice_utils.cc |
+++ b/components/browsing_data_ui/history_notice_utils.cc |
@@ -26,4 +26,12 @@ void ShouldShowNoticeAboutOtherFormsOfBrowsingHistory( |
history_service->QueryWebAndAppActivity(callback); |
} |
+void ShouldPopupDialogAboutOtherFormsOfBrowsingHistory( |
+ const ProfileSyncService* sync_service, |
+ history::WebHistoryService* history_service, |
+ base::Callback<void(bool)> callback) { |
+ ShouldShowNoticeAboutOtherFormsOfBrowsingHistory( |
+ sync_service, history_service, callback); |
+} |
+ |
} // namespace browsing_data_ui |