We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2be0b16 + a94a1ba commit 33221acCopy full SHA for 33221ac
src/browser/native_window_gtk.h
@@ -60,6 +60,7 @@ class NativeWindowGtk : public NativeWindow {
60
virtual gfx::Point GetPosition() OVERRIDE;
61
virtual void SetTitle(const std::string& title) OVERRIDE;
62
virtual void FlashFrame(bool flash) OVERRIDE;
63
+ virtual void SetBadgeLabel(const std::string& badge) OVERRIDE;
64
virtual void SetKiosk(bool kiosk) OVERRIDE;
65
virtual bool IsKiosk() OVERRIDE;
66
virtual void SetMenu(nwapi::Menu* menu) OVERRIDE;
0 commit comments