summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options/options_group_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/options/options_group_view.h')
-rw-r--r--chrome/browser/views/options/options_group_view.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/browser/views/options/options_group_view.h b/chrome/browser/views/options/options_group_view.h
index d40239d..e1d98d1 100644
--- a/chrome/browser/views/options/options_group_view.h
+++ b/chrome/browser/views/options/options_group_view.h
@@ -32,20 +32,6 @@ class OptionsGroupView : public ChromeViews::View {
// Retrieves the width of the ContentsView. Used to help size wrapping items.
int GetContentsWidth() const;
- class ContentsView : public ChromeViews::View {
- public:
- virtual ~ContentsView() {}
-
- // ChromeViews::View overrides:
- virtual void DidChangeBounds(const CRect& prev_bounds,
- const CRect& next_bounds) {
- Layout();
- }
-
- private:
- DISALLOW_EVIL_CONSTRUCTORS(ContentsView);
- };
-
protected:
// ChromeViews::View overrides:
virtual void Paint(ChromeCanvas* canvas);