| Index: headless/README.md
|
| diff --git a/headless/README.md b/headless/README.md
|
| index 733bef4eb3bc1ed36b6d1f413acbedbbcf97f332..54e9d0ed591971948da16b0d0b2c643d7bb5c834 100644
|
| --- a/headless/README.md
|
| +++ b/headless/README.md
|
| @@ -49,11 +49,13 @@ The main embedder API classes are:
|
| - `HeadlessBrowser::Options::Builder` - Defines the embedding options, e.g.:
|
| - `SetMessagePump` - Replaces the default base message pump. See
|
| `base::MessagePump`.
|
| + - `SetProxyServer` - Configures an HTTP/HTTPS proxy server to be used for
|
| + accessing the network.
|
|
|
| -## Headless API
|
| +## Client API
|
|
|
| -The headless API is used to drive the browser and interact with the loaded web
|
| -pages. Its main classes are:
|
| +The headless client API is used to drive the browser and interact with loaded
|
| +web pages. Its main classes are:
|
|
|
| - `HeadlessBrowser` - Represents the global headless browser instance.
|
| - `HeadlessWebContents` - Represents a single "tab" within the browser.
|
|
|