DescriptionMacViews: Fix mac_views_browser compilation due to unused variable on Mac.
AvatarButton declares a variable that is only used on Win/Linux. This breaks the
MacViews browser compile (mac_views_browser=true in gn), so fix it by declaring
the same variable inside both #ifdef branches in which it's used.
BUG=425229
Review-Url: https://codereview.chromium.org/2913663004
Cr-Commit-Position: refs/heads/master@{#476120}
Committed: https://chromium.googlesource.com/chromium/src/+/83ad1eda722e5e35b9d0a943617036958c6b4b4e
Patch Set 1 #
Messages
Total messages: 17 (11 generated)
|