Index: chrome/common/extensions/api/downloads.idl |
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl |
index d857f803ce59906adb6f664970cf983df82ab5e2..de59ecc56db22e96a98c6cc7ebe5f50361c73cd7 100644 |
--- a/chrome/common/extensions/api/downloads.idl |
+++ b/chrome/common/extensions/api/downloads.idl |
@@ -465,15 +465,15 @@ namespace downloads { |
// until all listeners have called <code>suggest</code>. Listeners may call |
// <code>suggest</code> without any arguments in order to allow the download |
// to use <code>downloadItem.filename</code> for its filename, or pass a |
- // $ref:FilenameSuggestion object to <code>suggest</code> in order to |
- // override the target filename. If more than one extension overrides the |
+ // <code>FilenameSuggestion</code> object to <code>suggest</code> in order |
+ // to override the target filename. If more than one extension overrides the |
// filename, then the last extension installed whose listener passes a |
- // $ref:FilenameSuggestion object to <code>suggest</code> wins. In order to |
- // avoid confusion regarding which extension will win, users should not |
- // install extensions that may conflict. If the download is initiated by |
+ // <code>FilenameSuggestion</code> object to <code>suggest</code> wins. In |
+ // order to avoid confusion regarding which extension will win, users should |
+ // not install extensions that may conflict. If the download is initiated by |
// $ref:download and the target filename is known before the MIME type and |
// tentative filename have been determined, use |
- // $ref:DownloadOptions.filename instead. |
+ // <code>DownloadOptions.filename</code> instead. |
[maxListeners=1] static void onDeterminingFilename( |
DownloadItem downloadItem, SuggestFilenameCallback suggest); |
}; |