From 08382cf70885ce6047f59a3024fdd2c145886bd0 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sun, 13 Oct 2013 17:34:06 -0700 Subject: [PATCH] fix 404 --- docs/debugger-protocol.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/debugger-protocol.html b/docs/debugger-protocol.html index 6802bb0..9180b78 100644 --- a/docs/debugger-protocol.html +++ b/docs/debugger-protocol.html @@ -123,9 +123,9 @@ owners are responsible for exposing debugging connections to the external users.

Using debugger extension API

-

In order to allow third parties experimenting with the protocol, we introduced - -chrome.experimental.debugger extension API that exposes this JSON message +

To allow third parties to interact with the protocol, we introduced + +chrome.debugger extension API that exposes this JSON message transport interface. As a result, you can not only attach to the remotely running Chrome instance, but also instrument it from its own extension.