| Index: content/public/browser/devtools_frontend_window.h
|
| diff --git a/content/public/browser/devtools_frontend_window.h b/content/public/browser/devtools_frontend_window.h
|
| deleted file mode 100644
|
| index 6b54ba457f69ca0da132afc588c78b4fdeb880ac..0000000000000000000000000000000000000000
|
| --- a/content/public/browser/devtools_frontend_window.h
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef CONTENT_PUBLIC_BROWSER_DEVTOOLS_FRONTEND_WINDOW_H_
|
| -#define CONTENT_PUBLIC_BROWSER_DEVTOOLS_FRONTEND_WINDOW_H_
|
| -#pragma once
|
| -
|
| -class TabContents;
|
| -
|
| -namespace content {
|
| -
|
| -class DevToolsFrontendWindowDelegate;
|
| -
|
| -// Installs delegate for DevTools front-end loaded into |client_tab_contents|.
|
| -CONTENT_EXPORT void SetupDevToolsFrontendDelegate(
|
| - TabContents* client_tab_contents,
|
| - DevToolsFrontendWindowDelegate* delegate);
|
| -
|
| -}
|
| -
|
| -#endif // CONTENT_PUBLIC_BROWSER_DEVTOOLS_FRONTEND_WINDOW_H_
|
|
|