| Index: components/translate/core/browser/translate_script.cc
|
| diff --git a/components/translate/core/browser/translate_script.cc b/components/translate/core/browser/translate_script.cc
|
| index caa60eeb1f81e6a9a6cedf9a8e90a156e1c40a48..8c253202205305f9c76d2a6bc9d48a2ccda0b219 100644
|
| --- a/components/translate/core/browser/translate_script.cc
|
| +++ b/components/translate/core/browser/translate_script.cc
|
| @@ -118,11 +118,6 @@ void TranslateScript::Request(const RequestCallback& callback) {
|
|
|
| void TranslateScript::OnScriptFetchComplete(
|
| int id, bool success, const std::string& data) {
|
| - // TODO(vadimt): Remove ScopedTracker below once crbug.com/422577 is fixed.
|
| - tracked_objects::ScopedTracker tracking_profile(
|
| - FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| - "422577 TranslateScript::OnScriptFetchComplete"));
|
| -
|
| DCHECK_EQ(kFetcherId, id);
|
|
|
| scoped_ptr<const TranslateURLFetcher> delete_ptr(fetcher_.release());
|
|
|