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

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

Issue 1118963002: Revert of DevTools: remove dependency of most agents on InspectorPageAgent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/inspector/InspectorPageAgent.cpp ('k') | Source/core/inspector/InspectorResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorResolver.h
diff --git a/Source/core/inspector/InspectorResolver.h b/Source/core/inspector/InspectorResolver.h
deleted file mode 100644
index d5578209f86ba41b544c9ecc17690ba9236c716e..0000000000000000000000000000000000000000
--- a/Source/core/inspector/InspectorResolver.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 InspectorResolver_h
-#define InspectorResolver_h
-
-namespace WTF {
-class String;
-}
-
-namespace blink {
-
-class DocumentLoader;
-class LocalFrame;
-class Node;
-
-namespace InspectorResolver {
-
-Node* resolveNode(LocalFrame* inspectedFrame, int identifier);
-LocalFrame* resolveFrame(LocalFrame* inspectedFrame, const WTF::String& identifier);
-
-} // namespace InspectorResolver
-} // namespace blink
-
-#endif
« no previous file with comments | « Source/core/inspector/InspectorPageAgent.cpp ('k') | Source/core/inspector/InspectorResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698