| Index: chrome/renderer/mock_render_thread.h
|
| ===================================================================
|
| --- chrome/renderer/mock_render_thread.h (revision 75320)
|
| +++ chrome/renderer/mock_render_thread.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -108,7 +108,7 @@
|
| base::SharedMemoryHandle* handle);
|
| #endif
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_CHROMEOS)
|
| void OnAllocateTempFileForPrinting(base::FileDescriptor* renderer_fd,
|
| int* browser_fd);
|
| void OnTempFileForPrintingWritten(int browser_fd);
|
|
|