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

Unified Diff: printing/printing_context_chromeos.h

Issue 2692923006: Add job id to JobEventDetails. (Closed)
Patch Set: Created 3 years, 10 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/printing_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_chromeos.h
diff --git a/printing/printing_context_chromeos.h b/printing/printing_context_chromeos.h
index efd2fb7cb1a30e0c21a8256c18704e54ff37dd21..eec0e38a23dc462da8f1b35ca9703f89f473a8ba 100644
--- a/printing/printing_context_chromeos.h
+++ b/printing/printing_context_chromeos.h
@@ -45,9 +45,6 @@ class PRINTING_EXPORT PrintingContextChromeos : public PrintingContext {
// Lazily initializes |printer_|.
Result InitializeDevice(const std::string& device);
- // id for ongoing print job. 0 if no job is active.
- int job_id_;
-
CupsConnection connection_;
std::unique_ptr<CupsPrinter> printer_;
« no previous file with comments | « printing/printing_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698