Commit 66630f37 authored by Luum Habtemariam's avatar Luum Habtemariam Committed by Commit Bot

Removing dead ServiceManager constants

Since ServiceManager went away, we're clearing up some leftover
CupsProxyService constants. Trivial change.

Bug: chromium:945409
Test: confirmed service behavior unchanged
Change-Id: I45ffdeb3b0ad1990798a4a4d5115e791a6eefbfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764430
Auto-Submit: Luum Habtemariam <luum@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689164}
parent b0c92575
......@@ -7,7 +7,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [
"constants.mojom",
"proxy.mojom",
]
......
// 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 chromeos.printing.mojom;
// Service id.
const string kCupsProxyServiceName = "cups_proxy";
// StartCupsProxyService capability id.
const string kStartCupsProxyServiceCapability = "start_cups_proxy_service";
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment