| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 542d572504ce771ed2dc091d20643c81e6666360..d86fd28b1927842502e6308b0062a3b6b482da30 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -216,10 +216,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| views::NonClientFrameView* CreateDefaultNonClientFrameView(
|
| views::Widget* widget);
|
|
|
| - // Sets the work area insets of the display that contains |window|,
|
| - // this notifies observers too.
|
| - // TODO(sky): this no longer really replicates what happens and is unreliable.
|
| - // Remove this.
|
| + // Sets work area insets of the display containing |window|, pings observers.
|
| void SetDisplayWorkAreaInsets(aura::Window* window,
|
| const gfx::Insets& insets);
|
|
|
|
|