| Index: sky/viewer/internals.h
|
| diff --git a/sky/viewer/internals.h b/sky/viewer/internals.h
|
| index 22ca4c3cb5432345c6c46a6d282b891b7a793e9f..c2e9a93b5e0e3968ca3f8d32660bf39df8a4f255 100644
|
| --- a/sky/viewer/internals.h
|
| +++ b/sky/viewer/internals.h
|
| @@ -31,6 +31,8 @@ class Internals : public gin::Wrappable<Internals> {
|
| std::string ContentAsText();
|
| void NotifyTestComplete(const std::string& test_result);
|
|
|
| + mojo::Handle ConnectToEmbedderService(const std::string& interface_name);
|
| +
|
| mojo::Handle ConnectToService(
|
| const std::string& application_url, const std::string& interface_name);
|
|
|
|
|