| // Copyright 2019 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #include "ash/shell_delegate.h" |
| bool ShellDelegate::AllowDefaultTouchActions(gfx::NativeWindow window) { |
| bool ShellDelegate::ShouldWaitForTouchPressAck(gfx::NativeWindow window) { |
| bool ShellDelegate::IsTabDrag(const ui::OSExchangeData& drop_data) { |
| media_session::MediaSessionService* ShellDelegate::GetMediaSessionService() { |
| bool ShellDelegate::IsUiDevToolsStarted() const { |
| int ShellDelegate::GetUiDevToolsPort() const { |
| const GURL& ShellDelegate::GetLastCommittedURLForWindowIfAny( |
| return GURL::EmptyGURL(); |
| bool ShellDelegate::IsNoFirstRunSwitchOn() const { |