summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker/worker_process.cc')
-rw-r--r--chrome/worker/worker_process.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/worker/worker_process.cc b/chrome/worker/worker_process.cc
deleted file mode 100644
index 4d319e3..0000000
--- a/chrome/worker/worker_process.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2009 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 "chrome/worker/worker_process.h"
-
-#include "chrome/worker/worker_thread.h"
-
-WorkerProcess::WorkerProcess()
- : ChildProcess(new WorkerThread()) {
-}
-
-WorkerProcess::~WorkerProcess() {
-}