mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 91.0.4472.0 (#870763)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
diff --git chrome/browser/printing/print_job_worker.cc chrome/browser/printing/print_job_worker.cc
|
||||
index 47a5b3c2a11e..0a37d7c1e753 100644
|
||||
index 91edb6e296fd9..bcb84f308df69 100644
|
||||
--- chrome/browser/printing/print_job_worker.cc
|
||||
+++ chrome/browser/printing/print_job_worker.cc
|
||||
@@ -135,6 +135,7 @@ PrintJobWorker::PrintJobWorker(int render_process_id, int render_frame_id)
|
||||
@ -11,10 +11,10 @@ index 47a5b3c2a11e..0a37d7c1e753 100644
|
||||
|
||||
PrintJobWorker::~PrintJobWorker() {
|
||||
diff --git printing/printing_context.h printing/printing_context.h
|
||||
index 268e03d2b8d4..f1b573207b88 100644
|
||||
index 0a9bf2b3a6c1f..7bc8b8b1d1548 100644
|
||||
--- printing/printing_context.h
|
||||
+++ printing/printing_context.h
|
||||
@@ -134,6 +134,13 @@ class PRINTING_EXPORT PrintingContext {
|
||||
@@ -133,6 +133,13 @@ class PRINTING_EXPORT PrintingContext {
|
||||
|
||||
int job_id() const { return job_id_; }
|
||||
|
||||
@ -28,7 +28,7 @@ index 268e03d2b8d4..f1b573207b88 100644
|
||||
protected:
|
||||
explicit PrintingContext(Delegate* delegate);
|
||||
|
||||
@@ -157,6 +164,10 @@ class PRINTING_EXPORT PrintingContext {
|
||||
@@ -156,6 +163,10 @@ class PRINTING_EXPORT PrintingContext {
|
||||
|
||||
// The job id for the current job. The value is 0 if no jobs are active.
|
||||
int job_id_;
|
||||
|
Reference in New Issue
Block a user