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

Unified Diff: chrome/browser/ui/views/tabs/tab.cc

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/search_view_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab.cc
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
index 0afd77e3fc2aaae73cb406d049ef4118ee5b8129..f540b84516502bc7189ca2b8bf49e4f142eea0a1 100644
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -508,7 +508,8 @@ gfx::ImageSkia* Tab::GetTabBackgroundImage(
case chrome::search::Mode::MODE_NTP:
return tp->GetImageSkiaNamed(IDR_THEME_NTP_BACKGROUND);
- case chrome::search::Mode::MODE_SEARCH:
+ case chrome::search::Mode::MODE_SEARCH_SUGGESTIONS:
+ case chrome::search::Mode::MODE_SEARCH_RESULTS:
case chrome::search::Mode::MODE_DEFAULT:
default:
return tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR_SEARCH);
« no previous file with comments | « chrome/browser/ui/views/search_view_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698