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

Unified Diff: chrome/common/extensions/docs/extensions/events.html

Issue 10832260: Fix broken documentation link on API documentation page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: removed devtools docs file as they are not needed Created 8 years, 4 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/docs/extensions/events.html
diff --git a/chrome/common/extensions/docs/extensions/events.html b/chrome/common/extensions/docs/extensions/events.html
index 787425863412ab2100a16631815a8355419bef92..4720d8f0cf8ba6e3d308dfc73f87f66de94f5137 100644
--- a/chrome/common/extensions/docs/extensions/events.html
+++ b/chrome/common/extensions/docs/extensions/events.html
@@ -361,8 +361,8 @@ To retrieve a list of currently registered rules, call the
<code>getRules()</code> function. It accepts an optional array of rule
identifiers with the same semantics as <code>removeRules</code> and a callback
function.
-</p><p>
-</p><pre>var rule_ids = ["id1", "id2", ...];
+</p>
+<pre>var rule_ids = ["id1", "id2", ...];
function getRules(rule_ids, function callback(details) {...});
</pre>
<p>
« no previous file with comments | « chrome/common/extensions/docs/apps/serial.html ('k') | chrome/common/extensions/docs/extensions/management.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698