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

Unified Diff: Source/core/inspector/InspectorFrontendClient.h

Issue 481913002: [DevTools] Merge InspectorFrontendClientImpl into WebDevToolsFrontendImpl and remove unused code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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: Source/core/inspector/InspectorFrontendClient.h
diff --git a/Source/core/inspector/InspectorFrontendClient.h b/Source/core/inspector/InspectorFrontendClient.h
index eedb6d0336fa4cb00fe91f2bd2713fb16ad92509..c532704bce771c0a075978da9f0fb2c01797a65e 100644
--- a/Source/core/inspector/InspectorFrontendClient.h
+++ b/Source/core/inspector/InspectorFrontendClient.h
@@ -31,17 +31,14 @@
#ifndef InspectorFrontendClient_h
#define InspectorFrontendClient_h
-#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
namespace blink {
-class InspectorFrontendClient : public NoBaseWillBeGarbageCollectedFinalized<InspectorFrontendClient> {
+class InspectorFrontendClient {
public:
virtual ~InspectorFrontendClient() { }
- virtual void trace(Visitor*) { }
-
virtual void windowObjectCleared() = 0;
virtual void sendMessageToBackend(const String&) = 0;

Powered by Google App Engine
This is Rietveld 408576698