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

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

Issue 2790973002: [instrumentation] Introduce JSON5 config files for probe generator. (Closed)
Patch Set: add missing config files 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.json5 ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('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/probe/CoreProbes.pidl b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
index 028056109e57c3741434c8338598105872380311..7d9cca68d7223d45653fb56df6a812bbfab46971 100644
--- a/third_party/WebKit/Source/core/probe/CoreProbes.pidl
+++ b/third_party/WebKit/Source/core/probe/CoreProbes.pidl
@@ -64,8 +64,6 @@ interface CoreProbes {
#include "core/dom/PseudoElement.h"
#include "core/html/HTMLSlotElement.h"
-#define PROBE_EXPORT CORE_EXPORT
-
class ConsoleMessage;
class HTMLDocumentParser;
class ThreadableLoaderClient;
@@ -351,8 +349,6 @@ class XMLHttpRequest;
interface InspectorOverrides {
-#define PROBE_EXPORT CORE_EXPORT
-
[CSS]
bool forcePseudoState([Keep] Element* element, CSSSelector::PseudoType pseudoState);
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.json5 ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698