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

Unified Diff: printing/printed_document_gtk.cc

Issue 10008058: Remove obsolete chromeos specific code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 8 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/test/base/test_browser_window.h ('k') | ui/base/gtk/tooltip_window_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document_gtk.cc
diff --git a/printing/printed_document_gtk.cc b/printing/printed_document_gtk.cc
index 7a1fb3218598ee239126a701d04e889a4b8d1039..0970b251e2d13a51e8c926727524bc2ff7417459 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
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | ui/base/gtk/tooltip_window_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698