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

Unified Diff: chrome/service/cloud_print/printer_info_dummy.cc

Issue 1933006: CL for linux proxy for cloud printing (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « chrome/service/cloud_print/printer_info_cups.cc ('k') | chrome/service/cloud_print/printer_info_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/printer_info_dummy.cc
===================================================================
--- chrome/service/cloud_print/printer_info_dummy.cc (revision 47158)
+++ chrome/service/cloud_print/printer_info_dummy.cc (working copy)
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// This is dummy implementation for all configurations where print system
+// for cloud print is not available.
+#if !defined(CP_PRINT_SYSTEM_AVAILABLE)
+
#include "chrome/service/cloud_print/printer_info.h"
#include "base/logging.h"
-// TODO(sanjeevr): Implement the Mac interfaces.
namespace cloud_print {
void EnumeratePrinters(PrinterList* printer_list) {
@@ -78,3 +81,5 @@
}
} // namespace cloud_print
+#endif // CP_PRINT_SYSTEM_AVAILABLE
+
« no previous file with comments | « chrome/service/cloud_print/printer_info_cups.cc ('k') | chrome/service/cloud_print/printer_info_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698