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

Unified Diff: chrome/browser/ui/views/task_manager_view.cc

Issue 7723001: Make the first character of the Task Manager kill button be underlined. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Style: use the base class where the enum is defined rather than the subclass. Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/task_manager_view.cc
diff --git a/chrome/browser/ui/views/task_manager_view.cc b/chrome/browser/ui/views/task_manager_view.cc
index 3ee6714f2663c4827c7ed60c438e34f28479f678..3207addd221faa282dbcc188a70784f1dbe920e4 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -458,6 +458,7 @@ void TaskManagerView::Init() {
kill_button_->AddAccelerator(views::Accelerator(ui::VKEY_E,
false, false, false));
kill_button_->SetAccessibleKeyboardShortcut(L"E");
+ kill_button_->set_prefix_type(views::TextButtonBase::PREFIX_SHOW);
about_memory_link_ = new views::Link(UTF16ToWide(
l10n_util::GetStringUTF16(IDS_TASK_MANAGER_ABOUT_MEMORY_LINK)));
about_memory_link_->set_listener(this);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698