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

Unified Diff: chrome/browser/ui/app_list/search_builder.cc

Issue 12789010: [win] Change app launcher profile indicator to be a menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fail Created 7 years, 9 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/app_list/app_list_view_delegate.cc ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search_builder.cc
diff --git a/chrome/browser/ui/app_list/search_builder.cc b/chrome/browser/ui/app_list/search_builder.cc
index bd739a6622e5bb69c76d0b6d7fd0bb21dedba238..6b3af13b83efc4ec39f8502749bc159e65ec921c 100644
--- a/chrome/browser/ui/app_list/search_builder.cc
+++ b/chrome/browser/ui/app_list/search_builder.cc
@@ -313,10 +313,6 @@ SearchBuilder::SearchBuilder(
l10n_util::GetStringUTF16(IDS_SEARCH_BOX_HINT));
search_box_->SetIcon(*ui::ResourceBundle::GetSharedInstance().
GetImageSkiaNamed(IDR_OMNIBOX_SEARCH));
- search_box_->SetUserIconEnabled(list_controller->ShouldShowUserIcon());
- search_box_->SetUserIcon(*ui::ResourceBundle::GetSharedInstance().
- GetImageSkiaNamed(IDR_APP_LIST_USER_INDICATOR));
- search_box_->SetUserIconTooltip(UTF8ToUTF16(profile_->GetProfileName()));
int providers = AutocompleteProvider::TYPE_EXTENSION_APP;
bool apps_only = true;
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698