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

Unified Diff: chrome/common/extensions/docs/experimental.infobars.html

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webrequest tests 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/experimental.infobars.html
diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html
index a7bb557da7394d31cd467a70afb8f3373d8db4d0..467440a2ba8484163f9c96accdd8b5eed0091c70 100644
--- a/chrome/common/extensions/docs/experimental.infobars.html
+++ b/chrome/common/extensions/docs/experimental.infobars.html
@@ -423,7 +423,7 @@ For example:
specify a function that looks like this:
</p>
<!-- Note: intentionally longer 80 columns -->
- <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>;</pre>
+ <pre>function(<span>windows.Window window</span>) <span class="subdued">{...}</span>;</pre>
<dl>
<div>
<div>
@@ -435,7 +435,7 @@ For example:
(
<span id="typeTemplate">
<span>
- <a href="windows.html#type-Window">Window</a>
+ <a>windows.Window</a>
</span>
</span>
)
« no previous file with comments | « chrome/common/extensions/docs/experimental.alarms.html ('k') | chrome/common/extensions/docs/extension.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698