Commit 9acf42f6 authored by Eugene But's avatar Eugene But Committed by Commit Bot

[ios] Remove unused showReportAnIssueFromViewController:specificProductData:

This method is no longer called downstream

Bug: 1138523
Change-Id: I8c5284f1accba661c2542a5090095d0ea0e20e80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493426Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820662}
parent 595d66dc
...@@ -118,16 +118,6 @@ enum class KeyRetrievalTriggerForUMA; ...@@ -118,16 +118,6 @@ enum class KeyRetrievalTriggerForUMA;
(UIViewController*)baseViewController (UIViewController*)baseViewController
sender:(UserFeedbackSender)sender; sender:(UserFeedbackSender)sender;
// Shows the Report an Issue UI, presenting from |baseViewController|, using
// |specificProductData| for additional product data to be sent in the report
// and UserFeedbackSender::ToolsMenu sender.
// TODO(crbug.com/1138523): Remove this method after Downstream code stop using
// it.
- (void)
showReportAnIssueFromViewController:(UIViewController*)baseViewController
specificProductData:(NSDictionary<NSString*, NSString*>*)
specificProductData;
// Shows the Report an Issue UI, presenting from |baseViewController|, using // Shows the Report an Issue UI, presenting from |baseViewController|, using
// |specificProductData| for additional product data to be sent in the report. // |specificProductData| for additional product data to be sent in the report.
- (void) - (void)
......
...@@ -990,15 +990,6 @@ const char kMultiWindowOpenInNewWindowHistogram[] = ...@@ -990,15 +990,6 @@ const char kMultiWindowOpenInNewWindowHistogram[] =
specificProductData:nil]; specificProductData:nil];
} }
- (void)
showReportAnIssueFromViewController:(UIViewController*)baseViewController
specificProductData:(NSDictionary<NSString*, NSString*>*)
specificProductData {
[self showReportAnIssueFromViewController:baseViewController
sender:UserFeedbackSender::ToolsMenu
specificProductData:specificProductData];
}
- (void) - (void)
showReportAnIssueFromViewController:(UIViewController*)baseViewController showReportAnIssueFromViewController:(UIViewController*)baseViewController
sender:(UserFeedbackSender)sender sender:(UserFeedbackSender)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment