- add sources.
[platform/framework/web/crosswalk.git] / src / printing / backend / print_backend_consts.cc
1 // Copyright (c) 2012 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 // Constant defines used in the print backend code
6
7 #include "printing/backend/print_backend_consts.h"
8
9 const char kLocationTagName[] = "location";
10 const char kDriverNameTagName[] = "drivername";
11 const char kDriverInfoTagName[] = "system_driverinfo";
12 const char kCUPSPrintServerURL[] = "print_server_url";
13 const char kCUPSBlocking[] = "cups_blocking";
14 const char kCUPSEncryption[] = "cups_encryption";
15 const char kValueTrue[] = "true";
16 const char kValueFalse[] = "false";