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

Unified Diff: chrome/browser/ui/views/search_view_controller.h

Issue 10837240: Search state transitions not working (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OVERRIDE 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/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/search_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/search_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698