[Metrics] Make MetricsStateManager take a callback param to check if UMA is enabled.
[chromium-blink-merge.git] / chrome / browser / ui / views / find_bar_host_aura.cc
blob9b92984b37e7bbd37d0a4663df729948b195943a
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/events/event.h"
10 void FindBarHost::AudibleAlert() {
11 #if defined(OS_WIN)
12 MessageBeep(MB_OK);
13 #endif
16 bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
17 const ui::KeyEvent& key_event) {
18 return true;