MacViews browser failing compilation |
||
Issue description
Version: 53.0.2747.0
OS: Mac
What steps will reproduce the problem?
(1) Build with mac_views_browser=1
(2) Compilation fails with the following error messages-
In file included from ../../chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm:5:
../../chrome/browser/ui/views/frame/browser_non_client_frame_view_mac.h:42:23: error: only virtual member functions can be marked 'override'
void UpdateAvatar() override;
^~~~~~~~
../../chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm:11:14: error: allocating an object of abstract class type 'BrowserNonClientFrameViewMac'
return new BrowserNonClientFrameViewMac(frame, browser_view);
^
../../chrome/browser/ui/views/frame/browser_non_client_frame_view.h:86:16: note: unimplemented pure virtual method 'UpdateProfileIcons' in 'BrowserNonClientFrameViewMac'
virtual void UpdateProfileIcons() = 0;
,
May 24 2016
,
May 24 2016
`compile` step is green again in http://go/macviewsbuilder/builds/10838 |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 24 2016