| Index: chrome/browser/plugins/flash_download_interception.cc
|
| diff --git a/chrome/browser/plugins/flash_download_interception.cc b/chrome/browser/plugins/flash_download_interception.cc
|
| index aa59db3d7b08e66ab43a805b07e1c5735634e186..24c23ec37b90441a540397d3f79127e0bd60c064 100644
|
| --- a/chrome/browser/plugins/flash_download_interception.cc
|
| +++ b/chrome/browser/plugins/flash_download_interception.cc
|
| @@ -36,7 +36,7 @@ const char kGetFlashURLSecondaryRegex[] =
|
| "(get[-_]?flash|fl(ash)?.?pl(ayer)?|flash_completion|flashpm|flashdownload|"
|
| "fp|h-m-a-?2|chrome|download_player|gnav_fl|pdcredirect).*";
|
|
|
| -void DoNothing(blink::mojom::PermissionStatus result) {}
|
| +void DoNothing(ContentSetting result) {}
|
|
|
| bool InterceptNavigation(
|
| const GURL& source_url,
|
|
|