diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 02:42:43 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 02:42:43 +0000 |
commit | b5fe7445305caf288e1e58ea944a10ead8fccc3c (patch) | |
tree | 1ab8c2f70145284fb11d7ab926ac2a65741c4b3d /views/view.h | |
parent | dbff0a422411db9975a75d53d74264b6b00afa8f (diff) | |
download | chromium_src-b5fe7445305caf288e1e58ea944a10ead8fccc3c.zip chromium_src-b5fe7445305caf288e1e58ea944a10ead8fccc3c.tar.gz chromium_src-b5fe7445305caf288e1e58ea944a10ead8fccc3c.tar.bz2 |
views: Get rid of View::SetParent() method.
This method is private to View class, and thus can be removed.
BUG=72040
TEST=None
R=ben@chromium.org
Review URL: http://codereview.chromium.org/7076002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/view.h b/views/view.h index a8dd6c9..0eed99d 100644 --- a/views/view.h +++ b/views/view.h @@ -1163,10 +1163,6 @@ class View : public AcceleratorTarget { bool update_tool_tip, bool delete_removed_view); - // Sets the parent View. This is called automatically by AddChild and is - // thus private. - void SetParent(View* parent); - // Call ViewHierarchyChanged for all child views on all parents void PropagateRemoveNotifications(View* parent); |