| 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_
|
|
|