summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/printing/printing_service.h
blob: 59529e75940e5cee1b7dad2d56a929a1e642e346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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.

#ifndef CHROME_BROWSER_PRINTING_PRINTING_SERVICE_H_
#define CHROME_BROWSER_PRINTING_PRINTING_SERVICE_H_

#include "chrome/services/printing/public/mojom/printing_service.mojom.h"
#include "mojo/public/cpp/bindings/remote.h"

// Acquires a remote handle to the sandboxed Printing Service
// instance, launching a process to host the service if necessary.
const mojo::Remote<printing::mojom::PrintingService>& GetPrintingService();

#endif  // CHROME_BROWSER_PRINTING_PRINTING_SERVICE_H_