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

Unified Diff: printing/print_settings_initializer_gtk.h

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 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
Index: printing/print_settings_initializer_gtk.h
diff --git a/printing/print_settings_initializer_gtk.h b/printing/print_settings_initializer_gtk.h
deleted file mode 100644
index 828c34d12907a3dc832d729ad9c744cf23aa9bf8..0000000000000000000000000000000000000000
--- a/printing/print_settings_initializer_gtk.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// 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.
-
-#ifndef PRINTING_PRINT_SETTINGS_INITIALIZER_GTK_H_
-#define PRINTING_PRINT_SETTINGS_INITIALIZER_GTK_H_
-
-#include "base/logging.h"
-#include "printing/page_range.h"
-
-typedef struct _GtkPrintSettings GtkPrintSettings;
-typedef struct _GtkPageSetup GtkPageSetup;
-
-namespace printing {
-
-class PrintSettings;
-
-// Initializes a PrintSettings object from the provided Gtk printer objects.
-class PRINTING_EXPORT PrintSettingsInitializerGtk {
- public:
- static void InitPrintSettings(GtkPrintSettings* settings,
- GtkPageSetup* page_setup,
- PrintSettings* print_settings);
-
- // The default margins, in points. These values are based on 72 dpi,
- // with 0.25 margins on top, left, and right, and 0.56 on bottom.
- static const double kTopMarginInInch;
- static const double kRightMarginInInch;
- static const double kBottomMarginInInch;
- static const double kLeftMarginInInch;
-
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(PrintSettingsInitializerGtk);
-};
-
-} // namespace printing
-
-#endif // PRINTING_PRINT_SETTINGS_INITIALIZER_GTK_H_

Powered by Google App Engine
This is Rietveld 408576698