DescriptionCommit this CL on behalf of pkotwicz@. The original CL is:
https://codereview.chromium.org/2244223002/
Determine whether to show "Add to Homescreen" dialog or WebAPK infobar
This CL:
- Introduces a new class, AddToHomescreenProcess, which manages the
add-to-homescreen process. AddToHomescreenProcess is largely copied from
AddToHomescreenDialogHelper
- The CL adds logic to AddToHomescreenProcess to determine whether to show
the add-WebAPK-to-homescreen infobar instead of the add-to-homescreen dialog.
- Changes the entry point for adding a page to the homescreen from
AddToHomescreenDialog#show() to AddToHomescreenProcess#start()
BUG=627250, 606430, 635933
Committed: https://crrev.com/787d2c9027fbc34ae35eee586a24d59124266718
Cr-Commit-Position: refs/heads/master@{#416649}
Patch Set 1 : pkotwicz@'s initial patch. #Patch Set 2 : Move installable check to AddToHomescreenDataFetcher. #
Total comments: 8
Patch Set 3 : Clean up. #Messages
Total messages: 40 (28 generated)
|