Chromium Code Reviews| Index: views/window/non_client_view.h |
| =================================================================== |
| --- views/window/non_client_view.h (revision 45498) |
| +++ views/window/non_client_view.h (working copy) |
| @@ -229,9 +229,6 @@ |
| // dynamically as the system settings change. |
| scoped_ptr<NonClientFrameView> frame_view_; |
| - // The accessible name of this view. |
| - std::wstring accessible_name_; |
| - |
| DISALLOW_COPY_AND_ASSIGN(NonClientView); |
| }; |