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

Unified Diff: chrome/browser/views/keyword_editor_view.cc

Issue 8802: Update prepopulate data by request for a couple different issues.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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/template_url_prepopulate_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/keyword_editor_view.cc
===================================================================
--- chrome/browser/views/keyword_editor_view.cc (revision 4011)
+++ chrome/browser/views/keyword_editor_view.cc (working copy)
@@ -467,11 +467,6 @@
table_view_ = new views::TableView(table_model_.get(), columns,
views::ICON_AND_TEXT, false, true, true);
table_view_->SetObserver(this);
- // Make the table initially sorted by name.
- views::TableView::SortDescriptors sort;
- sort.push_back(views::TableView::SortDescriptor(
- IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_COLUMN, true));
- table_view_->SetSortDescriptors(sort);
add_button_ = new views::NativeButton(
l10n_util::GetString(IDS_SEARCH_ENGINES_EDITOR_NEW_BUTTON));
« no previous file with comments | « chrome/browser/template_url_prepopulate_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698