| 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>
|
| )
|
|
|