1 // Copyright 2014 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 "ash/test/test_overlay_delegate.h"
10 TestOverlayDelegate::TestOverlayDelegate()
12 TestOverlayDelegate::~TestOverlayDelegate() {}
14 int TestOverlayDelegate::GetCancelCountAndReset() {
15 int count
= cancel_count_
;
20 void TestOverlayDelegate::Cancel() {
24 bool TestOverlayDelegate::IsCancelingKeyEvent(ui::KeyEvent
* event
) {
28 aura::Window
* TestOverlayDelegate::GetWindow() {