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

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

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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/frame/NavigatorID.idl ('k') | Source/core/inspector/ScriptCallFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorBaseAgent.h
diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
index a961ecce10cb2ccd51b302da7f898a0c5f6fc511..c41d6451c0d7cfc7041daf262aec4de94cf7edba 100644
--- a/Source/core/inspector/InspectorBaseAgent.h
+++ b/Source/core/inspector/InspectorBaseAgent.h
@@ -41,6 +41,7 @@
namespace blink {
+class DartInspectorDebuggerAgent;
class InspectorFrontend;
class InspectorCompositeState;
class InspectorState;
@@ -72,6 +73,8 @@ protected:
private:
String m_name;
+
+friend class DartInspectorDebuggerAgent;
};
class CORE_EXPORT InspectorAgentRegistry final {
« no previous file with comments | « Source/core/frame/NavigatorID.idl ('k') | Source/core/inspector/ScriptCallFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698