blob: 6dccd695dbaf1a520fcd84079b1fb178ec0f1c2c [file] [log] [blame]
Ken Rockotb2ac2f12019-12-06 18:33:541// Copyright 2019 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.
4
5#include "ash/shell_delegate.h"
6
7namespace ash {
8
Collin Bakeraec43872020-05-07 20:28:579aura::Window* ShellDelegate::CreateBrowserForTabDrop(
10 aura::Window* source_window,
Collin Baker1ca0b7a32020-04-14 18:33:0011 const ui::OSExchangeData& drop_data) {
Collin Bakeraec43872020-05-07 20:28:5712 return nullptr;
Collin Baker1ca0b7a32020-04-14 18:33:0013}
14
Ken Rockotb2ac2f12019-12-06 18:33:5415media_session::mojom::MediaSessionService*
16ShellDelegate::GetMediaSessionService() {
17 return nullptr;
18}
19
20} // namespace ash