Index: chrome/browser/ui/views/search_view_controller.h |
diff --git a/chrome/browser/ui/views/search_view_controller.h b/chrome/browser/ui/views/search_view_controller.h |
index 70e8d9d810598fdfc79a27d626e03a13e28e986a..94a304ca5a1d22362eac7eb2dce0fd9d342169fe 100644 |
--- a/chrome/browser/ui/views/search_view_controller.h |
+++ b/chrome/browser/ui/views/search_view_controller.h |
@@ -72,11 +72,11 @@ class SearchViewController |
// Layout for the new tab page. |
STATE_NTP, |
- // Animating between STATE_NTP and STATE_SEARCH. |
- STATE_ANIMATING, |
+ // Animating between STATE_NTP and STATE_SUGGESTIONS. |
+ STATE_NTP_ANIMATING, |
- // Search layout. This is only used when the omnibox is visible. |
- STATE_SEARCH, |
+ // Search layout. This is only used when the suggestions UI is visible. |
+ STATE_SUGGESTIONS, |
}; |
class OmniboxPopupViewParent; |