diff options
Diffstat (limited to 'chrome/browser/views/find_bar_host.h')
-rw-r--r-- | chrome/browser/views/find_bar_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/find_bar_host.h b/chrome/browser/views/find_bar_host.h index 4ccc57a..a67b714 100644 --- a/chrome/browser/views/find_bar_host.h +++ b/chrome/browser/views/find_bar_host.h @@ -132,6 +132,7 @@ class FindBarHost : public views::AcceleratorTarget, // to prevent from drawing onto Chrome's window border. void UpdateWindowEdges(const gfx::Rect& new_pos); + // Registers this class as the handler for when Escape is pressed. We will // unregister once we loose focus. See also: SetFocusChangeListener(). void RegisterEscAccelerator(); |