Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: views/view.h

Issue 7076002: views: Get rid of View::SetParent() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.h
diff --git a/views/view.h b/views/view.h
index a8dd6c95dcf83fe680b9403eb42c5407e04b7b17..0eed99de58a9f4b957b6137da69b485dbe7cd0f1 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);
« no previous file with comments | « no previous file | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698