| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 5bdf6dd752b3b2596e564e3b0be71c3891926afb..05c6ac1a38e62ce6ba23b4364d5cd186d428e284 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -274,10 +274,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
|
|
| // 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.
|
| - void SetDisplayWorkAreaInsets(aura::Window* window,
|
| - const gfx::Insets& insets);
|
| + void UpdateDisplayWorkAreaInsets(aura::Window* root_window);
|
|
|
| // Called when the user logs in.
|
| void OnLoginStateChanged(user::LoginStatus status);
|
|
|