Come correct with line length and constness

This commit is contained in:
Paul Betts 2015-02-06 16:31:41 -08:00
parent 0afac1e05a
commit fa6d499a4e
4 changed files with 14 additions and 5 deletions

View file

@ -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;