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

Unified Diff: components/browsing_data_ui/history_notice_utils.h

Issue 2106093003: Remove legacy ShouldPopupDialogAboutOtherFormsOfBrowsingHistory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | components/browsing_data_ui/history_notice_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui/history_notice_utils.h
diff --git a/components/browsing_data_ui/history_notice_utils.h b/components/browsing_data_ui/history_notice_utils.h
index 96fabd4947874288595ef702a538c68becaf1a9d..bd3242e44775bb8335367b1cdeedf9f1c0d00caa 100644
--- a/components/browsing_data_ui/history_notice_utils.h
+++ b/components/browsing_data_ui/history_notice_utils.h
@@ -53,13 +53,6 @@ void ShouldPopupDialogAboutOtherFormsOfBrowsingHistory(
version_info::Channel channel,
base::Callback<void(bool)> callback);
-// A deprecated overloaded version of the above function called by iOS.
-// TODO(crbug.com/614319): Remove this when iOS calls the correct version.
-void ShouldPopupDialogAboutOtherFormsOfBrowsingHistory(
- const sync_driver::SyncService* sync_service,
- history::WebHistoryService* history_service,
- base::Callback<void(bool)> callback);
-
} // namespace browsing_data_ui
#endif // COMPONENTS_BROWSING_DATA_UI_HISTORY_NOTICE_UTILS_H_
« no previous file with comments | « no previous file | components/browsing_data_ui/history_notice_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698