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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html

Issue 2851913002: [DevTools] Do not expose agents on Target
Patch Set: storage and tests.js Created 3 years, 8 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/LayoutTests/inspector/profiler/agents-disabled-check.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
index bc01afb5f8e0baa14dd26525da3f37bba2358e0b..eb99ff2ced654b2aa2194728f53cd99118c2c652 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
@@ -10,7 +10,7 @@ function test()
{
messages.push(message);
}
- Protocol.TargetBase.prototype._dumpProtocolMessage = collectMessages;
+ Protocol.Dispatcher.prototype._dumpProtocolMessage = collectMessages;
Protocol.InspectorBackend.Options.dumpInspectorProtocolMessages = 1;
messages.push("--> SDK.targetManager.suspendAllTargets();");
SDK.targetManager.suspendAllTargets();

Powered by Google App Engine
This is Rietveld 408576698