blob: e977a3be969514b5ba2da74636e5bb12c9964d59 [file] [log] [blame]
// Copyright 2019 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 printing.mojom;
// Interface implemented by a class that desires to render print documents for
// Chrome print preview.
interface PrintRenderer {
// TODO(jschettler): Add methods to render a print document and signal the
// close of Chrome print preview.
};