Index: printing/printing_context_win.h |
diff --git a/printing/printing_context_win.h b/printing/printing_context_win.h |
index d42bf9742359bf067ca984b04319f9aeeec30f7f..4037536d8858bc2cbabe01b2ae69fdc3c5c2551d 100644 |
--- a/printing/printing_context_win.h |
+++ b/printing/printing_context_win.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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. |
@@ -28,6 +28,7 @@ class PrintingContextWin : public PrintingContext { |
bool has_selection, |
PrintSettingsCallback* callback); |
virtual Result UseDefaultSettings(); |
+ virtual Result UpdatePrintSettings(const PageRanges& ranges); |
virtual Result InitWithSettings(const PrintSettings& settings); |
virtual Result NewDocument(const string16& document_name); |
virtual Result NewPage(); |