| Index: base/chromeos/chromeos_version.h
|
| diff --git a/base/chromeos/chromeos_version.h b/base/chromeos/chromeos_version.h
|
| deleted file mode 100644
|
| index 25acd43a9f0867357f7eaa3adabc892a8c5f24ab..0000000000000000000000000000000000000000
|
| --- a/base/chromeos/chromeos_version.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef BASE_CHROMEOS_CHROMEOS_VERSION_H_
|
| -#define BASE_CHROMEOS_CHROMEOS_VERSION_H_
|
| -
|
| -#include "base/base_export.h"
|
| -
|
| -namespace base {
|
| -namespace chromeos {
|
| -
|
| -// Returns true if the browser is running on Chrome OS.
|
| -// Useful for implementing stubs for Linux desktop.
|
| -BASE_EXPORT bool IsRunningOnChromeOS();
|
| -
|
| -} // namespace chromeos
|
| -} // namespace base
|
| -
|
| -#endif // BASE_CHROMEOS_CHROMEOS_VERSION_H_
|
|
|