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

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

Issue 10332071: Pass command line arguments onto platform apps which provide the right intent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile fixed, postResult added Created 8 years, 7 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/extension.html
diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html
index 9f6e9e55ea85c31ffe93fc4ab586ecf2f397d8bd..4a22096184b1cd787bee6f3ee633e5a200f7ee46 100644
--- a/chrome/common/extensions/docs/extension.html
+++ b/chrome/common/extensions/docs/extension.html
@@ -1701,7 +1701,7 @@ For details, see
(
<span id="typeTemplate">
<span>
- <a href="events.html#type-Event">Event</a>
+ <a>events.Event</a>
</span>
</span>
)
@@ -1726,7 +1726,7 @@ For details, see
(
<span id="typeTemplate">
<span>
- <a href="events.html#type-Event">Event</a>
+ <a>events.Event</a>
</span>
</span>
)

Powered by Google App Engine
This is Rietveld 408576698