// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/wm/public/scoped_tooltip_disabler.h" #include "ui/aura/window.h" #include "ui/wm/public/tooltip_client.h" namespace wm { ScopedTooltipDisabler::ScopedTooltipDisabler(aura::Window* window) : … { … } ScopedTooltipDisabler::~ScopedTooltipDisabler() { … } void ScopedTooltipDisabler::EnableTooltips() { … } void ScopedTooltipDisabler::OnWindowDestroying(aura::Window* window) { … } } // namespace wm