Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2621)

Unified Diff: content/public/browser/devtools_frontend_window.h

Issue 8549022: Define DevTools content API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed pfeldman's comments Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e8ddfea4cfa7d347c85e3762e60f84e56afe81c1..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|.
-void SetupDevToolsFrontendDelegate(
- TabContents* client_tab_contents,
- DevToolsFrontendWindowDelegate* delegate);
-
-}
-
-#endif // CONTENT_PUBLIC_BROWSER_DEVTOOLS_FRONTEND_WINDOW_H_

Powered by Google App Engine
This is Rietveld 408576698