Fixed channel references in apps and extension intros
[chromium-blink-merge.git] / printing / backend / print_backend_consts.h
blob0cab35e5b20de0ce1c47bbed100450cab42a2bc2
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.
5 #ifndef PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_
6 #define PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_
8 #include "printing/printing_export.h"
10 PRINTING_EXPORT extern const char kLocationTagName[];
11 PRINTING_EXPORT extern const char kDriverNameTagName[];
12 PRINTING_EXPORT extern const char kDriverInfoTagName[];
13 PRINTING_EXPORT extern const char kCUPSPrintServerURL[];
14 PRINTING_EXPORT extern const char kCUPSBlocking[];
15 PRINTING_EXPORT extern const char kCUPSEncryption[];
16 PRINTING_EXPORT extern const char kValueTrue[];
17 PRINTING_EXPORT extern const char kValueFalse[];
19 #endif // PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_