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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.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
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h
index 6e6fa7b2613c9faa0a21307df9c014a91cad735a..6a4ee80b1ac41db9a9cb06154c8ac1a7209815d9 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h
@@ -20,8 +20,8 @@ public:
virtual ~V8InspectorClient() { }
virtual void runMessageLoopOnPause(int contextGroupId) = 0;
virtual void quitMessageLoopOnPause() = 0;
- virtual void muteWarningsAndDeprecations(int contextGroupId) = 0;
- virtual void unmuteWarningsAndDeprecations(int contextGroupId) = 0;
+ virtual void muteMetrics(int contextGroupId) = 0;
+ virtual void unmuteMetrics(int contextGroupId) = 0;
virtual void beginUserGesture() = 0;
virtual void endUserGesture() = 0;
virtual String16 valueSubtype(v8::Local<v8::Value>) = 0;
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698