ProfileMenuViewBase: Remove anchor_rect and parent_window
ProfileMenuViewBase (and its subclasses ProfileChooserView and IncognitoMenuView) provied two options for positioning: Either via an |anchor_button| or via an |anchor_rect| plus |parent_window|. However, in practice, only the first option is ever used, so this CL removes the always-empty |anchor_rect| and |parent_window| params. Bug: none Change-Id: I78eb148a19e6f5212428184dae99934ccd389464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621178 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#662123}
Showing
Please register or sign in to comment