Commit e883cfb3 authored by David Valleau's avatar David Valleau Committed by Commit Bot

Minor edits and updates to the ChromeOS Printing docs

R=cros-printing-dev@chromium.org, skau@chromium.org

The file printer_backend_proxy_chromeos.cc was moved to a different file in a
recent CL so I have updated the docs.

Bug: 
Change-Id: Ic5c834470e70f3be0cf4e2424957cdcca9a2e03d
Reviewed-on: https://chromium-review.googlesource.com/688504Reviewed-by: default avatarSean Kau <skau@chromium.org>
Commit-Queue: David Valleau <valleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505076}
parent c1753c4c
......@@ -72,9 +72,9 @@ it should be destroyed when its immediate usefulness is complete.
It provides this information both via an Observer interface, for consumers that
require live updates to changes in availability, and also via a simpler "Give me
all the printers of this type" interface for simpler consumers that just need to
know the state of the world at a given point in time. `CupsPrinterManager` is
know the state of the world at a given point in time. `CupsPrintersManager` is
also where the logic to determine whether a given detected printer is
automatically configurable (and this belongs in the *Automatic* category) or not
automatically configurable (and thus belongs in the *Automatic* category) or not
(and thus belongs in the *Discovered* category).
There are 4 primary consumers of `CupsPrintersManager` information:
......@@ -83,7 +83,7 @@ There are 4 primary consumers of `CupsPrintersManager` information:
(`printing/backend/print_backend_chromeos.cc`). This is the ChromeOS
implementation of the backend print API used by Chrome.
* The PrintPreview dialog proxy
(`chrome/browser/ui/webui/print_preview/printer_backend_proxy_chromeos.cc`).
(`chrome/browser/ui/webui/print_preview/local_printer_handler_chromeos.cc`).
This is mostly a thread workaround to access the stuff in the print backend.
* The ChromeOS printers settings
page. (`chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.cc`
......
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