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

Side by Side Diff: printing/printing_param_traits_macros.h

Issue 857053002: Generate the print messages in components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Singly or multiply-included shared traits file depending on circumstances.
6 // This allows the use of printing IPC serialization macros in more than one IPC
7 // message file.
8 #ifndef PRINTING_PRINTING_PARAM_TRAITS_MACROS_H_
9 #define PRINTING_PRINTING_PARAM_TRAITS_MACROS_H_
10
11 #include "printing/print_job_constants.h"
12 #include "ipc/ipc_message_macros.h"
13
14 IPC_ENUM_TRAITS_MAX_VALUE(printing::MarginType,
15 printing::MARGIN_TYPE_LAST)
16 IPC_ENUM_TRAITS_MIN_MAX_VALUE(printing::DuplexMode,
17 printing::UNKNOWN_DUPLEX_MODE,
18 printing::SHORT_EDGE)
19
20 #endif // PRINTING_PRINTING_PARAM_TRAITS_MACROS_H_
OLDNEW
« components/printing/common/printing_message_generator.cc ('K') | « printing/printing.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698