Come correct with line length and constness
This commit is contained in:
parent
0afac1e05a
commit
fa6d499a4e
4 changed files with 14 additions and 5 deletions
|
@ -73,7 +73,8 @@ class NativeWindowViews : public NativeWindow,
|
|||
bool IsKiosk() override;
|
||||
void SetMenu(ui::MenuModel* menu_model) override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(gfx::ImageSkia& overlay, std::string& description) override;
|
||||
void SetOverlayIcon(const gfx::ImageSkia& overlay,
|
||||
const std::string& description) override;
|
||||
void SetProgressBar(double value) override;
|
||||
void SetAutoHideMenuBar(bool auto_hide) override;
|
||||
bool IsMenuBarAutoHide() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue