devref: remove l2 agent extensions steps literal

The interaction steps should be presented as a numbered list and not as
a literal block, which makes it look like bash comments.

Change-Id: Id00ae50255a3487830d1d77b6cb5862e186283ee
This commit is contained in:
Haim Daniel 2016-04-27 17:54:01 +03:00
parent 73a06b9988
commit 6083f24135

View File

@ -89,11 +89,11 @@ cleaning up stale flows from the previous agent session::
+--+ Extension +--+
+-----------+
Interactions with the agent API object are in the following order::
Interactions with the agent API object are in the following order:
#1 the agent initializes the agent API object (bridges, other internal state)
#2 the agent passes the agent API object into the extension manager
#3 the manager passes the agent API object into each extension
#4 an extension calls the new agent API object method to receive bridge wrappers with cookies allocated.
#. The agent initializes the agent API object (bridges, other internal state).
#. The agent passes the agent API object into the extension manager.
#. The manager passes the agent API object into each extension.
#. An extension calls the new agent API object method to receive bridge wrappers with cookies allocated.
Call #4 also registers allocated cookies with the agent bridge objects.