diff options
author | sadrul <sadrul@chromium.org> | 2015-05-11 10:32:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-11 17:33:33 +0000 |
commit | 83376fd7fe58d4cde8563b33a6da259fae85faec (patch) | |
tree | ea1183c25d33f3c08c6c7dbb17401281555548fb /ui/aura/window.h | |
parent | fad4bd3dc4f5a06c6c9bee17c9831c3278b30cbb (diff) | |
download | chromium_src-83376fd7fe58d4cde8563b33a6da259fae85faec.zip chromium_src-83376fd7fe58d4cde8563b33a6da259fae85faec.tar.gz chromium_src-83376fd7fe58d4cde8563b33a6da259fae85faec.tar.bz2 |
aura: Remove unused Window::Blur().
The last use of Window::Blur() was removed recently (crrev.com/329087). So
remove it now.
BUG=none
Review URL: https://codereview.chromium.org/1135063002
Cr-Commit-Position: refs/heads/master@{#329168}
Diffstat (limited to 'ui/aura/window.h')
-rw-r--r-- | ui/aura/window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/aura/window.h b/ui/aura/window.h index a8163a5..42cab33 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; |