DescriptionFix component build linking with notifications=0
We will get the following errors if not:
2> Creating library ..\..\build\Debug\lib\message_center.lib and object ..\..\build\Debug\lib\message_center.exp
2>dummy_message_center.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall message_center::NotificationDelegate::HasClickedListener(void)" (?HasClickedListener@NotificationDelegate@message_center@@UAE_NXZ)
2>dummy_message_center.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall message_center::NotificationDelegate::ButtonClick(int)" (?ButtonClick@NotificationDelegate@message_center@@UAEXH@Z)
Same fix for OS==android.
Done by Przemek Kudla <pkudla@opera.com>
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281574
Patch Set 1 #
Total comments: 4
Patch Set 2 : Move notification_delegate match correctly. #Messages
Total messages: 16 (0 generated)
|