Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: printing/backend/cups_ipp_util.h

Issue 2691093006: Implement IPP Get-Jobs and Get-Printer-Attributes requests. (Closed)
Patch Set: use a const array Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/backend/cups_connection.cc ('k') | printing/backend/cups_jobs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/cups_ipp_util.h
diff --git a/printing/backend/cups_ipp_util.h b/printing/backend/cups_ipp_util.h
index 670a9e38f83f00a6ea1181d60c2adfdb799fdaec..2c4765e6fce9fcb194caaf1f04d147af72ed9c86 100644
--- a/printing/backend/cups_ipp_util.h
+++ b/printing/backend/cups_ipp_util.h
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Methods for parsing IPP Printer attributes.
+
#ifndef PRINTING_BACKEND_CUPS_IPP_UTIL_H_
#define PRINTING_BACKEND_CUPS_IPP_UTIL_H_
« no previous file with comments | « printing/backend/cups_connection.cc ('k') | printing/backend/cups_jobs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698