| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index a8163a5d6117d23c5a42f46e5f073ad5ef24e3e5..42cab33861755cf6ddc2d0bedf27977e61d48515 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -266,9 +266,8 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // that has a delegate set). The toplevel window may be |this|.
|
| Window* GetToplevelWindow();
|
|
|
| - // Claims or relinquishes the claim to focus.
|
| + // Claims focus.
|
| void Focus();
|
| - void Blur();
|
|
|
| // Returns true if the Window is currently the focused window.
|
| bool HasFocus() const;
|
|
|