Commit a0ccba08 authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

Remove unused ShowPWAInstallDialog()

Change-Id: Ibf17313912ad4ce5f0b41cb1b9032dc70ec16690
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1971291
Auto-Submit: Alan Cutter <alancutter@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726612}
parent 6ac19805
......@@ -111,13 +111,6 @@ void ShowBookmarkAppDialog(content::WebContents* web_contents,
void SetAutoAcceptBookmarkAppDialogForTesting(bool auto_accept,
bool auto_open_in_window);
// Shows the PWA installation confirmation modal dialog.
//
// |web_app_info| is the WebApplicationInfo to be installed.
void ShowPWAInstallDialog(content::WebContents* web_contents,
std::unique_ptr<WebApplicationInfo> web_app_info,
AppInstallationAcceptanceCallback callback);
// Shows the PWA installation confirmation bubble anchored off the PWA install
// icon in the omnibox.
//
......@@ -126,8 +119,8 @@ void ShowPWAInstallBubble(content::WebContents* web_contents,
std::unique_ptr<WebApplicationInfo> web_app_info,
AppInstallationAcceptanceCallback callback);
// Sets whether |ShowPWAInstallDialog| and |ShowPWAInstallBubble| should accept
// immediately without any user interaction.
// Sets whether |ShowPWAInstallBubble| should accept immediately without any
// user interaction.
void SetAutoAcceptPWAInstallConfirmationForTesting(bool auto_accept);
#if defined(OS_MACOSX)
......
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