summaryrefslogtreecommitdiffstats
path: root/printing/backend/print_backend_consts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/backend/print_backend_consts.cc')
-rw-r--r--printing/backend/print_backend_consts.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/printing/backend/print_backend_consts.cc b/printing/backend/print_backend_consts.cc
new file mode 100644
index 0000000..77a0020
--- /dev/null
+++ b/printing/backend/print_backend_consts.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 2010 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.
+
+// Constant defines used in the print backend code
+
+#include "printing/backend/print_backend_consts.h"
+
+const char kLocationTagName[] = "location";
+const char kDriverNameTagName[] = "drivername";