| Index: third_party/WebKit/Source/core/frame/NavigatorCPU.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/NavigatorCPU.cpp b/third_party/WebKit/Source/core/frame/NavigatorCPU.cpp
|
| deleted file mode 100644
|
| index 5829cba9350a248ead0b7d01470083c6f4ae38a2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/frame/NavigatorCPU.cpp
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -// Copyright 2014 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 "core/frame/NavigatorCPU.h"
|
| -
|
| -#include "public/platform/Platform.h"
|
| -
|
| -namespace blink {
|
| -
|
| -unsigned NavigatorCPU::hardwareConcurrency() const {
|
| - return Platform::Current()->NumberOfProcessors();
|
| -}
|
| -
|
| -} // namespace blink
|
|
|