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

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

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.h
diff --git a/third_party/WebKit/Source/core/frame/NavigatorCPU.h b/third_party/WebKit/Source/core/frame/NavigatorCPU.h
deleted file mode 100644
index 7fc4db40d4b86e04bb5310aa0e434136d3e1a6c4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/frame/NavigatorCPU.h
+++ /dev/null
@@ -1,19 +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.
-
-#ifndef NavigatorCPU_h
-#define NavigatorCPU_h
-
-#include "core/CoreExport.h"
-
-namespace blink {
-
-class CORE_EXPORT NavigatorCPU {
- public:
- unsigned hardwareConcurrency() const;
-};
-
-} // namespace blink
-
-#endif // NavigatorCPU_h
« no previous file with comments | « third_party/WebKit/Source/core/frame/Navigator.idl ('k') | third_party/WebKit/Source/core/frame/NavigatorCPU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698