summaryrefslogtreecommitdiffstats
path: root/printing/image_linux.cc
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 00:23:44 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 00:23:44 +0000
commit82b72cb8de66c4fca92966f88d3b5118d3d4e569 (patch)
tree2858072ba7f32454e213b3ee4f450df297595fe2 /printing/image_linux.cc
parent12340436549231cd58aaa5af504c3bf8d0c3e904 (diff)
downloadchromium_src-82b72cb8de66c4fca92966f88d3b5118d3d4e569.zip
chromium_src-82b72cb8de66c4fca92966f88d3b5118d3d4e569.tar.gz
chromium_src-82b72cb8de66c4fca92966f88d3b5118d3d4e569.tar.bz2
Clean up cloud printing aura stub code.
BUG=102144 TEST=NONE Review URL: http://codereview.chromium.org/8763007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/image_linux.cc')
-rw-r--r--printing/image_linux.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/printing/image_linux.cc b/printing/image_linux.cc
new file mode 100644
index 0000000..3968cfd
--- /dev/null
+++ b/printing/image_linux.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2011 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/image.h"
+
+#include "base/logging.h"
+
+namespace printing {
+
+bool Image::LoadMetafile(const Metafile& metafile) {
+ return false;
+}
+
+} // namespace printing