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

Unified Diff: chrome/browser/views/options/options_group_view.cc

Issue 3809005: Moves instant back into flags. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 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/views/options/options_group_view.h ('k') | chrome/renderer/search_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/options_group_view.cc
diff --git a/chrome/browser/views/options/options_group_view.cc b/chrome/browser/views/options/options_group_view.cc
index ef3e5dddc2978ee274e4d33319c0cf91e412bd33..14131b76aef384a3d6b52484c235b5481507e27c 100644
--- a/chrome/browser/views/options/options_group_view.cc
+++ b/chrome/browser/views/options/options_group_view.cc
@@ -53,9 +53,6 @@ OptionsGroupView::OptionsGroupView(views::View* contents,
contents->SetAccessibleName(title);
}
-OptionsGroupView::~OptionsGroupView() {
-}
-
void OptionsGroupView::SetHighlighted(bool highlighted) {
highlighted_ = highlighted;
SchedulePaint();
« no previous file with comments | « chrome/browser/views/options/options_group_view.h ('k') | chrome/renderer/search_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698