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

Unified Diff: third_party/WebKit/Source/core/probe/CoreProbes.pidl

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: fix typo Created 3 years, 9 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 | « third_party/WebKit/Source/core/probe/CoreProbes.cpp ('k') | third_party/WebKit/Source/core/probe/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/probe/CoreProbes.pidl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
similarity index 98%
rename from third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
rename to third_party/WebKit/Source/core/probe/CoreProbes.pidl
index a0e5f4e9c8f8af83cbb8bd692e7fe6e0eff333ae..028056109e57c3741434c8338598105872380311 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
@@ -44,7 +44,7 @@
* Examples: DOM, Page, Debugger.
*
* paramAttr - optional attribute controlling the parameters handling (one attribute per parameter max).
-* Keep - pass first parameter (used to access the InspectorInstrumentationAgents instance) to agents.
+* Keep - pass first parameter (used to access the CoreProbeSink instance) to agents.
*
* returnValue: C++ return value. Only "void" and "bool" are supported.
*
@@ -57,7 +57,7 @@
* so reference will not be passed or released until all agents are notified.
*/
-interface InspectorInstrumentation {
+interface CoreProbes {
#include "core/animation/Animation.h"
#include "core/dom/CharacterData.h"
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.cpp ('k') | third_party/WebKit/Source/core/probe/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698