Index: chrome/browser/ui/views/location_bar/suggested_text_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/suggested_text_view.cc b/chrome/browser/ui/views/location_bar/suggested_text_view.cc |
index 6da1a7b80789dc5cbea17ba68de66cca5ada4ddf..22b9e9fda57f10234e438b9d00332b445fb8136c 100644 |
--- a/chrome/browser/ui/views/location_bar/suggested_text_view.cc |
+++ b/chrome/browser/ui/views/location_bar/suggested_text_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. |
@@ -19,10 +19,6 @@ SuggestedTextView::~SuggestedTextView() { |
} |
void SuggestedTextView::StartAnimation() { |
- if (!InstantController::IsEnabled(location_bar_->profile(), |
- InstantController::PREDICTIVE_TYPE)) { |
- return; |
- } |
StopAnimation(); |
animation_.reset(CreateAnimation()); |