| Index: ash/public/interfaces/system_tray.mojom
|
| diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
|
| index 538c245cbb4ac75633e4a87f21f318ef2eeefe41..68caeb65b7c2db5c7fbc767d751a8cb77c3d2ced 100644
|
| --- a/ash/public/interfaces/system_tray.mojom
|
| +++ b/ash/public/interfaces/system_tray.mojom
|
| @@ -27,7 +27,8 @@ interface SystemTrayClient {
|
| // Shows settings related to multiple displays.
|
| ShowDisplaySettings();
|
|
|
| - // TODO(crbug.com/647412): ShowPowerSettings();
|
| + // Shows settings related to power.
|
| + ShowPowerSettings();
|
|
|
| // Shows the page that lets you disable performance tracing.
|
| ShowChromeSlow();
|
|
|