summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/printing_page/cups_printer_types.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/printing_page/cups_printer_types.js')
-rw-r--r--chromium/chrome/browser/resources/settings/printing_page/cups_printer_types.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/chromium/chrome/browser/resources/settings/printing_page/cups_printer_types.js b/chromium/chrome/browser/resources/settings/printing_page/cups_printer_types.js
deleted file mode 100644
index d2367b61c3b..00000000000
--- a/chromium/chrome/browser/resources/settings/printing_page/cups_printer_types.js
+++ /dev/null
@@ -1,25 +0,0 @@
-// 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.
-
-/**
- * @typedef {{
- * printerInfo: !CupsPrinterInfo,
- * printerType: number,
- * }}
- */
-let PrinterListEntry;
-
-/**
- * @enum {number}
- * These values correspond to the different types of printers available. Refer
- * to cups_printer_management.md for more information about the different
- * categories of printers.
- *
- * The types are numbered in desired sorting order for display.
- */
-const PrinterType = {
- SAVED: 0,
- AUTOMATIC: 1,
- DISCOVERED: 2,
-}; \ No newline at end of file