1
0
Fork 0
firefox/third_party/content_analysis_sdk/demo
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
agent.cc Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
atomic_output.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
client.cc Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
handler.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
handler_misbehaving.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
modes.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
request_queue.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

Google Chrome Content Analysis Connector Agent SDK Demo

This directory holds the Google Chrome Content Analysis Connector Agent SDK Demo. It contains an example of how to use the SDK.

Build instructions are available in the main project README.md.

Demo agent permissions

On Microsoft Windows, if the demo agent is run without the --user command line argument it must have Administrator privileges in order to properly create the pipe used to communicate with the browser. The demo browser must also be run without the --user command line argument.

Otherwise the agent may run as any user, with or without Administrator privileges. The demo browser must also be run with the --user command line argument and run as the same user.