Plumb code all the way up
This commit is contained in:
parent
66f2d18d8b
commit
0afac1e05a
4 changed files with 4 additions and 1 deletions
|
@ -613,7 +613,7 @@ void NativeWindowViews::SetProgressBar(double progress) {
|
|||
#endif
|
||||
}
|
||||
|
||||
void NativeWindowViews::SetOverlayIcon(gfx::ImageSkia& overlay, std::string& description) {
|
||||
void NativeWindowViews::SetOverlayIcon(gfx::ImageSkia& overlay, const std::string& description) {
|
||||
#if defined(OS_WIN)
|
||||
if (base::win::GetVersion() < base::win::VERSION_WIN7)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue