diff options
Diffstat (limited to 'content/public/browser/devtools_frontend_window.h')
-rw-r--r-- | content/public/browser/devtools_frontend_window.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/content/public/browser/devtools_frontend_window.h b/content/public/browser/devtools_frontend_window.h deleted file mode 100644 index 6b54ba4..0000000 --- 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_ |