diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 23:10:47 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 23:10:47 +0000 |
commit | de3c853cab4d12e87016b2a48efdf15bcd567fec (patch) | |
tree | a94c01f9d067fed3af390380f71d62dd6d94295c /views/window | |
parent | 7501571d45dab26bc2fcd40082943aba6fe317be (diff) | |
download | chromium_src-de3c853cab4d12e87016b2a48efdf15bcd567fec.zip chromium_src-de3c853cab4d12e87016b2a48efdf15bcd567fec.tar.gz chromium_src-de3c853cab4d12e87016b2a48efdf15bcd567fec.tar.bz2 |
Remove unused local variables now that subclasses don't need to track their own accessibile name. (In other words, I forgot to do this in r43558.)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1751018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window')
-rw-r--r-- | views/window/non_client_view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h index 54c04b7..0e736df 100644 --- a/views/window/non_client_view.h +++ b/views/window/non_client_view.h @@ -229,9 +229,6 @@ class NonClientView : public View { // 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); }; |