summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/override.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/override.html')
-rw-r--r--chrome/common/extensions/docs/override.html43
1 files changed, 29 insertions, 14 deletions
diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html
index bfa7e7d..f2aa1dd 100644
--- a/chrome/common/extensions/docs/override.html
+++ b/chrome/common/extensions/docs/override.html
@@ -81,6 +81,16 @@
</dl>
</dd>
+ <!-- OBJECT METHODS -->
+ <dd>
+ <div></div>
+ </dd>
+
+ <!-- OBJECT EVENT FIELDS -->
+ <dd>
+ <div></div>
+ </dd>
+
<!-- FUNCTION PARAMETERS -->
<dd>
<div></div>
@@ -281,7 +291,7 @@
</ol>
</li>
<li>
- <a href="#methods">Methods</a>
+ <a>Methods</a>
<ol>
<li>
<a href="#method-anchor">methodName</a>
@@ -289,7 +299,7 @@
</ol>
</li>
<li>
- <a href="#events">Events</a>
+ <a>Events</a>
<ol>
<li>
<a href="#event-anchor">eventName</a>
@@ -388,6 +398,11 @@ specify "spanning" mode for the <a href="manifest.html#incognito">incognito</a>
manifest property.
</p>
+<p class="note">
+<b>Note:</b>
+You cannot override the New Tab page in incognito windows.
+</p>
+
<p>
The following screenshots show the default New Tab page
next to a custom New Tab page.
@@ -522,8 +537,8 @@ For other examples and for help in viewing the source code, see
</div> <!-- /apiGroup -->
<!-- METHODS -->
- <div class="apiGroup" id="methods">
- <a name="methods"></a>
+ <div id="methodsTemplate" class="apiGroup">
+ <a></a>
<h3>Methods</h3>
<!-- iterates over all functions -->
@@ -598,10 +613,9 @@ For other examples and for help in viewing the source code, see
</div> <!-- /apiGroup -->
<!-- EVENTS -->
- <div class="apiGroup">
- <a name="events"></a>
- <h3 id="events">Events</h3>
-
+ <div id="eventsTemplate" class="apiGroup">
+ <a></a>
+ <h3>Events</h3>
<!-- iterates over all events -->
<div class="apiItem">
<a></a>
@@ -619,14 +633,15 @@ For other examples and for help in viewing the source code, see
</p>
<!-- PARAMETERS -->
- <h4>Parameters</h4>
- <dl>
- <div>
+ <div>
+ <h4>Parameters</h4>
+ <dl>
<div>
+ <div>
+ </div>
</div>
- </div>
- </dl>
-
+ </dl>
+ </div>
</div> <!-- /decription -->
</div> <!-- /apiItem -->