| Index: views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| diff --git a/views/controls/tabbed_pane/native_tabbed_pane_win.h b/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| index 6ffa867b4b89e337454f37192020d476ef605887..4fb2a2edd7d09b0dbd662a94b2835d1fce0e3291 100644
|
| --- a/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| +++ b/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -49,9 +49,7 @@ class NativeTabbedPaneWin : public NativeControlWin,
|
| virtual void Layout();
|
| virtual FocusTraversable* GetFocusTraversable();
|
| virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child);
|
| -
|
| - // TODO(beng): this method should not be unix_hacker
|
| - virtual Widget* child_widget() { return content_window_; }
|
| + virtual Widget* GetChildWidget();
|
|
|
| private:
|
| // Called upon creation of native control to initialize tabs that are added
|
|
|