2018-10-19 07:50:30 -06:00
|
|
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
|
|
// Copyright (c) 2013 Adam Roben <adam@roben.org>. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE-CHROMIUM file.
|
|
|
|
|
2019-06-19 14:46:59 -06:00
|
|
|
#include "shell/browser/ui/inspectable_web_contents_view_delegate.h"
|
2018-10-19 07:50:30 -06:00
|
|
|
|
2019-06-19 15:23:04 -06:00
|
|
|
namespace electron {
|
2018-10-19 07:50:30 -06:00
|
|
|
|
2021-06-08 14:22:43 -06:00
|
|
|
ui::ImageModel InspectableWebContentsViewDelegate::GetDevToolsWindowIcon() {
|
|
|
|
return {};
|
2018-10-19 07:50:30 -06:00
|
|
|
}
|
|
|
|
|
2019-06-19 15:23:04 -06:00
|
|
|
} // namespace electron
|