summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 03:17:30 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 03:17:30 +0000
commit4462f52c2133773ec013e0ee87020a2f8cc20955 (patch)
tree1e043ffbba35b7e2f6f2087f6ae9704a8e130625
parentc99307d9a10b605a8321fc34cfe7f94f03df90da (diff)
downloadchromium_src-4462f52c2133773ec013e0ee87020a2f8cc20955.zip
chromium_src-4462f52c2133773ec013e0ee87020a2f8cc20955.tar.gz
chromium_src-4462f52c2133773ec013e0ee87020a2f8cc20955.tar.bz2
rollback my experiment to see the effects
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@551 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/object_watcher.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/object_watcher.cc b/base/object_watcher.cc
index e641232..9872a4c 100644
--- a/base/object_watcher.cc
+++ b/base/object_watcher.cc
@@ -141,10 +141,6 @@ void CALLBACK ObjectWatcher::DoneWaiting(void* param, BOOLEAN timed_out) {
// Record that we ran this function.
watch->did_signal = true;
- // Make this run very soon on the target thread. TODO(darin): This could
- // lead to starving other tasks on the origin thread.
- watch->set_priority(1000);
-
// We rely on the locking in PostTask() to ensure that a memory barrier is
// provided, which in turn ensures our change to did_signal can be observed
// on the target thread.