Index: chrome/browser/ui/cocoa/location_bar/translate_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/translate_decoration.h b/chrome/browser/ui/cocoa/location_bar/translate_decoration.h |
index e611473122adb6cad102ddce366fd74439b35fbd..b90f2ef7cf2a99b83af6239cb9c8c365471eecc0 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/translate_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/translate_decoration.h |
@@ -22,7 +22,7 @@ class TranslateDecoration : public ImageDecoration { |
~TranslateDecoration() override; |
// Toggles the icon on or off. |
- void SetLit(bool on); |
+ void SetLit(bool on, bool locationBarIsDark); |
// Implement |LocationBarDecoration| |
bool AcceptsMousePress() override; |