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

Unified Diff: components/devtools_discovery/basic_target_descriptor.h

Issue 2273063002: DevTools: remove DevToolsTargetDescriptor and its implementations, we are now based on devtools age… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 4 years, 4 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: components/devtools_discovery/basic_target_descriptor.h
diff --git a/components/devtools_discovery/basic_target_descriptor.h b/components/devtools_discovery/basic_target_descriptor.h
deleted file mode 100644
index 59db1ecc2e96a8fceec3341ea10ccf792bcdd1bf..0000000000000000000000000000000000000000
--- a/components/devtools_discovery/basic_target_descriptor.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2015 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 COMPONENTS_DEVTOOLS_DISCOVERY_BASIC_TARGET_DESCRIPTOR_H_
-#define COMPONENTS_DEVTOOLS_DISCOVERY_BASIC_TARGET_DESCRIPTOR_H_
-
-#include "components/devtools_discovery/devtools_target_descriptor.h"
-
-namespace devtools_discovery {
-
-class BasicTargetDescriptor : public DevToolsTargetDescriptor {
- public:
- explicit BasicTargetDescriptor(
- scoped_refptr<content::DevToolsAgentHost> agent_host);
- ~BasicTargetDescriptor() override;
-
- scoped_refptr<content::DevToolsAgentHost> GetAgentHost() const override;
-
- private:
- scoped_refptr<content::DevToolsAgentHost> agent_host_;
-};
-
-} // namespace devtools_discovery
-
-#endif // COMPONENTS_DEVTOOLS_DISCOVERY_BASIC_TARGET_DESCRIPTOR_H_

Powered by Google App Engine
This is Rietveld 408576698