| Index: chrome/common/extensions/api/gcd_private.idl
|
| diff --git a/chrome/common/extensions/api/gcd_private.idl b/chrome/common/extensions/api/gcd_private.idl
|
| index 26f57e042b57d8fbaaf28d7b01a6b7c9bd0a5632..6a102d634474d4838f377b9dbb4f39653e880a95 100644
|
| --- a/chrome/common/extensions/api/gcd_private.idl
|
| +++ b/chrome/common/extensions/api/gcd_private.idl
|
| @@ -40,6 +40,11 @@ namespace gcdPrivate {
|
| interface Functions {
|
| static void getCloudDeviceList(CloudDeviceListCallback callback);
|
|
|
| + // Call this function *only* after registering for onCloudDeviceStateChanged
|
| + // events, or it will do nothing. This will trigger an
|
| + // onLocalDeviceStateChanged event per device.
|
| + static void queryForNewLocalDevices();
|
| +
|
| // Starts device setup process. Returns id of setup process. Id should be
|
| // used as |setupId| in all subsequent setup related calls, and for
|
| // filtering setup events.
|
|
|