Commit 6c6dca20 authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

WebApp: Rename BookmarkAppInstallationTask to WebAppInstallTask in WebAppDataRetriever

This CL updates an old comment class name to the current name.

Change-Id: I38ef92fab6a26ed1143b3a226d8cf008a2b4352c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751102
Auto-Submit: Alan Cutter <alancutter@chromium.org>
Reviewed-by: default avatarAlexey Baskakov <loyso@chromium.org>
Commit-Queue: Alexey Baskakov <loyso@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686668}
parent 935afaa8
...@@ -33,8 +33,8 @@ namespace web_app { ...@@ -33,8 +33,8 @@ namespace web_app {
class WebAppIconDownloader; class WebAppIconDownloader;
// Class used by BookmarkAppInstallationTask to retrieve the necessary // Class used by WebAppInstallTask to retrieve the necessary information to
// information to install an app. Should only be called from the UI thread. // install an app. Should only be called from the UI thread.
class WebAppDataRetriever : content::WebContentsObserver { class WebAppDataRetriever : content::WebContentsObserver {
public: public:
// Returns nullptr for WebApplicationInfo if error. // Returns nullptr for WebApplicationInfo if error.
......
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