| Index: chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/star_decoration.h b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| index b862ac718a21b76ea0b435a2fca6f0838b7f2bd3..c6cf928bce893cab5c6af1fcd741dc6c669c8b2b 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| @@ -20,7 +20,7 @@ class StarDecoration : public ImageDecoration {
|
| ~StarDecoration() override;
|
|
|
| // Sets the image and tooltip based on |starred|.
|
| - void SetStarred(bool starred);
|
| + void SetStarred(bool starred, bool locationBarIsDark);
|
|
|
| // Returns true if the star is lit.
|
| bool starred() const { return starred_; }
|
|
|