| Index: ash/common/system/chromeos/palette/palette_tray.cc
|
| diff --git a/ash/common/system/chromeos/palette/palette_tray.cc b/ash/common/system/chromeos/palette/palette_tray.cc
|
| index d205b4b04d4f3e9ebcc5b51c010092a52725f658..974adfc4654cffb8d4c833865b3704657e29d22a 100644
|
| --- a/ash/common/system/chromeos/palette/palette_tray.cc
|
| +++ b/ash/common/system/chromeos/palette/palette_tray.cc
|
| @@ -224,6 +224,10 @@ void PaletteTray::SessionStateChanged(
|
| UpdateIconVisibility();
|
| }
|
|
|
| +void PaletteTray::OnLockStateChanged(bool locked) {
|
| + UpdateIconVisibility();
|
| +}
|
| +
|
| void PaletteTray::ClickedOutsideBubble() {
|
| bubble_.reset();
|
| }
|
|
|