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

Unified Diff: printing/print_destination_none.cc

Issue 10483006: Print support for Windows Metro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to ToT... Created 8 years, 6 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
« no previous file with comments | « printing/print_destination_interface.h ('k') | printing/print_destination_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_destination_none.cc
diff --git a/printing/print_destination_none.cc b/printing/print_destination_none.cc
new file mode 100644
index 0000000000000000000000000000000000000000..66b838ef257218827cac56f57d25442a5c407260
--- /dev/null
+++ b/printing/print_destination_none.cc
@@ -0,0 +1,13 @@
+// Copyright (c) 2012 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.
+
+#include "printing/print_destination_interface.h"
+
+namespace printing {
+
+PrintDestinationInterface* CreatePrintDestination() {
+ return NULL;
+}
+
+} // namespace printing
« no previous file with comments | « printing/print_destination_interface.h ('k') | printing/print_destination_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698