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

Unified Diff: chrome/browser/debugger/browser_list_tabcontents_provider.h

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 months 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: chrome/browser/debugger/browser_list_tabcontents_provider.h
diff --git a/chrome/browser/debugger/browser_list_tabcontents_provider.h b/chrome/browser/debugger/browser_list_tabcontents_provider.h
deleted file mode 100644
index f7fd61e77b03644413ef02e4b735e4d72bf2f88c..0000000000000000000000000000000000000000
--- a/chrome/browser/debugger/browser_list_tabcontents_provider.h
+++ /dev/null
@@ -1,21 +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 CHROME_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_
-#define CHROME_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_
-
-#include "chrome/browser/debugger/devtools_http_protocol_handler.h"
-
-class BrowserListTabContentsProvider :
- public DevToolsHttpProtocolHandler::TabContentsProvider {
- public:
- BrowserListTabContentsProvider() {}
- virtual ~BrowserListTabContentsProvider() {}
-
- virtual DevToolsHttpProtocolHandler::InspectableTabs GetInspectableTabs();
- private:
- DISALLOW_COPY_AND_ASSIGN(BrowserListTabContentsProvider);
-};
-
-#endif // CHROME_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698