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

Unified Diff: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h

Issue 2200273002: [DevTools] Cleanup mute exceptions, usecounter and deprecations in v8_inspector API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2205913002
Patch Set: Created 4 years, 4 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/core/inspector/MainThreadDebugger.h
diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
index f2b6075d8e1a24b4f2c467f63b5470e0c3be2292..6d5e8c85c51ed2342c721aa8b2223335edc2efea 100644
--- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
@@ -86,8 +86,8 @@ private:
// V8InspectorClient implementation.
void runMessageLoopOnPause(int contextGroupId) override;
void quitMessageLoopOnPause() override;
- void muteWarningsAndDeprecations(int contextGroupId) override;
- void unmuteWarningsAndDeprecations(int contextGroupId) override;
+ void muteMetrics(int contextGroupId) override;
+ void unmuteMetrics(int contextGroupId) override;
v8::Local<v8::Context> ensureDefaultContextInGroup(int contextGroupId) override;
void beginEnsureAllContextsInGroup(int contextGroupId) override;
void endEnsureAllContextsInGroup(int contextGroupId) override;

Powered by Google App Engine
This is Rietveld 408576698