blob: 1d2be9c8465be1568553d57d5b3fa9f6ec8e3374 [file] [log] [blame]
// Copyright 2017 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;
import "url/mojom/url.mojom";
interface ManifestUrlChangeObserver {
ManifestUrlChanged(url.mojom.Url? manifest_url);
};