Index: chrome/browser/google/google_url_tracker.cc |
=================================================================== |
--- chrome/browser/google/google_url_tracker.cc (revision 117824) |
+++ chrome/browser/google/google_url_tracker.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 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. |
@@ -188,11 +188,10 @@ |
// browser is starting up, and if so, come back later", but there is currently |
// no function to do this. |
static const int kStartFetchDelayMS = 5000; |
- |
MessageLoop::current()->PostDelayedTask(FROM_HERE, |
base::Bind(&GoogleURLTracker::FinishSleep, |
weak_ptr_factory_.GetWeakPtr()), |
- base::TimeDelta::FromMilliseconds(kStartFetchDelayMS)); |
+ kStartFetchDelayMS); |
} |
void GoogleURLTracker::FinishSleep() { |