diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 22:42:32 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 22:42:32 +0000 |
commit | ca8e7b847d359c8841f09f7ea43e2b5cc7dabf13 (patch) | |
tree | 5e73315ac0db059e8976cb07a00814de27d5568c /remoting/client/chromoting_view.cc | |
parent | fe327e615bd6ffc0272b4a1cba774c1e1d16c2e6 (diff) | |
download | chromium_src-ca8e7b847d359c8841f09f7ea43e2b5cc7dabf13.zip chromium_src-ca8e7b847d359c8841f09f7ea43e2b5cc7dabf13.tar.gz chromium_src-ca8e7b847d359c8841f09f7ea43e2b5cc7dabf13.tar.bz2 |
Remove all the experimental Traced Task code from remoting.
This code is obsolete and never fully functioned anyways. Deleting.
BUG=57373,65680,73744
TEST=valgrind
Review URL: http://codereview.chromium.org/7780019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/chromoting_view.cc')
-rw-r--r-- | remoting/client/chromoting_view.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/client/chromoting_view.cc b/remoting/client/chromoting_view.cc index e8b5f0f..23138d0 100644 --- a/remoting/client/chromoting_view.cc +++ b/remoting/client/chromoting_view.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -6,7 +6,6 @@ #include "base/message_loop.h" #include "base/synchronization/waitable_event.h" -#include "remoting/base/tracer.h" namespace remoting { |