Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5906)

Unified Diff: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc

Issue 10836031: Remove Instant v1 API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update history, title, favicon Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/ui/omnibox/omnibox_edit_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
index 5c71ddfe74cca3f35a80ba034854847756be729d..71d6ec75ce7d80be94ca894d3e327f6c77ad2142 100644
--- a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
+++ b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
@@ -384,9 +384,9 @@ void OmniboxViewGtk::Init() {
ui::MultiAnimation::Parts parts;
parts.push_back(ui::MultiAnimation::Part(
- InstantController::kAutoCommitPauseTimeMS, ui::Tween::ZERO));
+ InstantController::kInlineAutocompletePauseTimeMS, ui::Tween::ZERO));
parts.push_back(ui::MultiAnimation::Part(
- InstantController::kAutoCommitFadeInTimeMS, ui::Tween::EASE_IN));
+ InstantController::kInlineAutocompleteFadeInTimeMS, ui::Tween::EASE_IN));
instant_animation_.reset(new ui::MultiAnimation(parts));
instant_animation_->set_continuous(false);
« no previous file with comments | « chrome/browser/ui/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/ui/omnibox/omnibox_edit_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698