| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index ba3eb2e05a0d22f3c9b1f7c15f7ba72a07914b9f..ee266a5ad821ba5f79efcb2b479a5ed0cae0b555 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -175,11 +175,11 @@ class ContentSettingBubbleViewsBridge {
|
| #if defined(OS_CHROMEOS)
|
|
|
| // Return a pointer to the IntentPickerBubbleView::ShowBubble method.
|
| -using BubbleShowPtr =
|
| -void(*)(content::NavigationHandle*,
|
| - const std::vector<std::pair<std::basic_string<char>, gfx::Image> >&,
|
| - const base::Callback<void(size_t,
|
| - arc::ArcNavigationThrottle::CloseReason)>&);
|
| +using BubbleShowPtr = void (*)(
|
| + content::WebContents*,
|
| + const std::vector<std::pair<std::basic_string<char>, gfx::Image>>&,
|
| + const base::Callback<void(size_t,
|
| + arc::ArcNavigationThrottle::CloseReason)>&);
|
|
|
| BubbleShowPtr ShowIntentPickerBubble();
|
|
|
|
|