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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h

Issue 1924713002: [DevTools] Removed InjectedScriptHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-inspect-to-native
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
index bad8de840e335591a608eb628f1095bba9f4231a..e83ce52dd52c717bdfa0d2e5fa2cca51a6cdfdfe 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
@@ -42,7 +42,6 @@
namespace blink {
-class InjectedScriptHost;
class RemoteObjectId;
class V8FunctionCall;
class V8InspectorSessionImpl;
@@ -56,7 +55,7 @@ using protocol::Maybe;
class InjectedScript final {
PROTOCOL_DISALLOW_COPY(InjectedScript);
public:
- static PassOwnPtr<InjectedScript> create(InspectedContext*, InjectedScriptHost*);
+ static PassOwnPtr<InjectedScript> create(InspectedContext*);
~InjectedScript();
InspectedContext* context() const { return m_context; }

Powered by Google App Engine
This is Rietveld 408576698