Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / child / worker_thread_impl.h
blob55cc1537ccd36d524ebc499fa4019e8f19f0b023
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/macros.h"
7 namespace content {
9 // WorkerThread-related methods only exposed within the content module.
10 class WorkerThreadImpl {
11 public:
12 static void DidStartCurrentWorkerThread();
13 static void WillStopCurrentWorkerThread();
15 private:
16 DISALLOW_COPY_AND_ASSIGN(WorkerThreadImpl);
19 } // namespace content