1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module blink.mojom;
6
7 interface InstallationService {
8 // Indicates that a web app has been successfully installed.
dominickn
2016/12/12 05:03:30
The event is currently being fired for native apps
The event is currently being fired for native apps as well (SendBannerAccepted()
from AppBannerInfoBarDelegateAndroid is called for WebAPKs, native apps, and web
apps). This comment isn't accurate.
On 2016/12/12 05:03:30, dominickn wrote:
> The event is currently being fired for native apps as well
(SendBannerAccepted()
> from AppBannerInfoBarDelegateAndroid is called for WebAPKs, native apps, and
web
> apps). This comment isn't accurate.
Issue 2379923002: Implement "appinstalled" event on Android.
(Closed)
Created 4 years, 2 months ago by Matt Giuca
Modified 4 years ago
Reviewers: jochen (gone - plz use gerrit), chrishtr, dominickn, haraken, rkaplow, Tom Sepez, Ilya Sherman
Base URL:
Comments: 50