| Index: chrome/common/extensions/api/identity.idl
|
| diff --git a/chrome/common/extensions/api/identity.idl b/chrome/common/extensions/api/identity.idl
|
| index 9aeb129b04f4957da09cef2423bee67eae8dc15c..5c96565bb902c4d9ba92aa5279ac66d8fa9855b1 100644
|
| --- a/chrome/common/extensions/api/identity.idl
|
| +++ b/chrome/common/extensions/api/identity.idl
|
| @@ -77,7 +77,8 @@ namespace identity {
|
|
|
| interface Functions {
|
| // Retrieves a list of AccountInfo objects describing the accounts
|
| - // present on the profile.<br>
|
| + // present on the profile.
|
| + //
|
| // <code>getAccounts</code> is only supported on dev channel.
|
| static void getAccounts(GetAccountsCallback callback);
|
|
|
|
|