1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/views/find_bar_host.h"
7 #include "base/logging.h"
8 #include "ui/base/events/event.h"
10 void FindBarHost::AudibleAlert() {
19 bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
20 const ui::KeyEvent
& key_event
) {