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

Unified Diff: printing/printing_context.h

Issue 2114583002: Windows: Make it possible to print text with GDI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again, resolve conflicts Created 4 years, 4 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/print_settings_conversion.cc ('k') | printing/printing_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context.h
diff --git a/printing/printing_context.h b/printing/printing_context.h
index 9f9638487d398a84b6f6468fec248c3a3ea8eac3..047c78abc6fa9487039feeed691ed381a377b0e8 100644
--- a/printing/printing_context.h
+++ b/printing/printing_context.h
@@ -29,8 +29,8 @@ class PRINTING_EXPORT PrintingContext {
// Printing context delegate.
class Delegate {
public:
- Delegate() {};
- virtual ~Delegate() {};
+ Delegate() {}
+ virtual ~Delegate() {}
// Returns parent view to use for modal dialogs.
virtual gfx::NativeView GetParentView() = 0;
@@ -121,6 +121,7 @@ class PRINTING_EXPORT PrintingContext {
static std::unique_ptr<PrintingContext> Create(Delegate* delegate);
void set_margin_type(MarginType type);
+ void set_is_modifiable(bool is_modifiable);
const PrintSettings& settings() const {
return settings_;
« no previous file with comments | « printing/print_settings_conversion.cc ('k') | printing/printing_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698