summaryrefslogtreecommitdiffstats
path: root/ui/aura/window.h
diff options
context:
space:
mode:
authorsadrul <sadrul@chromium.org>2015-05-11 10:32:54 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-11 17:33:33 +0000
commit83376fd7fe58d4cde8563b33a6da259fae85faec (patch)
treeea1183c25d33f3c08c6c7dbb17401281555548fb /ui/aura/window.h
parentfad4bd3dc4f5a06c6c9bee17c9831c3278b30cbb (diff)
downloadchromium_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.h3
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;