| Index: chrome/common/extensions/api/copresence.idl
|
| diff --git a/chrome/common/extensions/api/copresence.idl b/chrome/common/extensions/api/copresence.idl
|
| index a6c1b1b1ce41baaab8ceac7e012b68cf60527f7b..a9c60908ec173f4bb0d47a591952ee8f4d033182 100644
|
| --- a/chrome/common/extensions/api/copresence.idl
|
| +++ b/chrome/common/extensions/api/copresence.idl
|
| @@ -122,6 +122,11 @@ namespace copresence {
|
| // apps on any platform that are using this API key can publish/subscribe to
|
| // each other.
|
| [nodoc] static void setApiKey(DOMString apiKey);
|
| +
|
| + // Temporary call to enable authenticated copresence
|
| + // with an externally provided OAuth token.
|
| + // TODO(ckehoe): Replace this with a proper API.
|
| + [nodoc] static void setAuthToken(DOMString token);
|
|
|
| // Executes a set of copresence operations in one batch. They will either
|
| // all be executed, or none will be executed (due to an error in one or
|
|
|