summaryrefslogtreecommitdiffstats
path: root/printing/printed_document_gtk.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 20:31:17 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 20:31:17 +0000
commit539785381fe1936a51d86717f2e4efdc2ca58f28 (patch)
tree0ef956fdd820aee02830134148c61f36eeb9f848 /printing/printed_document_gtk.cc
parenta5e8c6d4aa3dbe86823813bab9935557c3db1e38 (diff)
downloadchromium_src-539785381fe1936a51d86717f2e4efdc2ca58f28.zip
chromium_src-539785381fe1936a51d86717f2e4efdc2ca58f28.tar.gz
chromium_src-539785381fe1936a51d86717f2e4efdc2ca58f28.tar.bz2
Remove obsolete chromeos specific code
BUG=none TEST=none Review URL: http://codereview.chromium.org/10008058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_document_gtk.cc')
-rw-r--r--printing/printed_document_gtk.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/printing/printed_document_gtk.cc b/printing/printed_document_gtk.cc
index 7a1fb32..0970b25 100644
--- a/printing/printed_document_gtk.cc
+++ b/printing/printed_document_gtk.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// 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.
@@ -23,7 +23,6 @@ void PrintedDocument::RenderPrintedPage(
DCHECK(context);
-#if !defined(OS_CHROMEOS)
{
base::AutoLock lock(lock_);
if (page.page_number() - 1 == mutable_.first_page) {
@@ -31,7 +30,6 @@ void PrintedDocument::RenderPrintedPage(
page.metafile());
}
}
-#endif // !defined(OS_CHROMEOS)
}
} // namespace printing