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

Unified Diff: third_party/WebKit/Source/core/frame/NavigatorCPU.cpp

Issue 2820473002: Rename NavigatorCPU mixin to NavigatorConcurrentHardware to match spec (Closed)
Patch Set: Created 3 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
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
« no previous file with comments | « third_party/WebKit/Source/core/frame/NavigatorCPU.h ('k') | third_party/WebKit/Source/core/frame/NavigatorCPU.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698