summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/mock_printer.h')
-rw-r--r--chrome/renderer/mock_printer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/renderer/mock_printer.h b/chrome/renderer/mock_printer.h
index 75e151f..255dbd8 100644
--- a/chrome/renderer/mock_printer.h
+++ b/chrome/renderer/mock_printer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -71,6 +71,8 @@ class MockPrinter {
void ResetPrinter();
void SetDefaultPrintSettings(const PrintMsg_Print_Params& params);
void UseInvalidSettings();
+ void UseInvalidPageSize();
+ void UseInvalidContentSize();
// Functions that handles IPC events.
void GetDefaultPrintSettings(PrintMsg_Print_Params* params);