Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: chrome/common/extensions/api/identity.idl

Issue 404203002: Extension docs: Make comments in IDL files generate paragraphs rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698