blob: f8ee170a2f3f4015f1a7dfa4f1ea533c54b8d471 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module blink.mojom;
interface InstallationService {
// Indicates that a web app or site's related app has been successfully
// installed.
OnInstall();
};