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

Side by Side Diff: chrome/common/extensions/docs/pageAction.html

Issue 376001: ntp.html -> override.html (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 <div id="leftNav"> 96 <div id="leftNav">
97 <ul> 97 <ul>
98 <li> <a href="index.html">Home</a></li> 98 <li> <a href="index.html">Home</a></li>
99 <li> <a href="getstarted.html">Getting Started</a></li> 99 <li> <a href="getstarted.html">Getting Started</a></li>
100 <li> <a href="overview.html">Overview</a></li> 100 <li> <a href="overview.html">Overview</a></li>
101 <li> <a href="devguide.html"><div>Developer's Guide</div></a> 101 <li> <a href="devguide.html"><div>Developer's Guide</div></a>
102 <ul> 102 <ul>
103 <li> Browser UI 103 <li> Browser UI
104 <ul> 104 <ul>
105 <li><a href="browserAction.html">Browser Actions</a></li> 105 <li><a href="browserAction.html">Browser Actions</a></li>
106 <li><a href="ntp.html">New Tab Pages</a></li>
107 <li><a href="options.html">Options Pages</a></li> 106 <li><a href="options.html">Options Pages</a></li>
107 <li><a href="override.html">Override Pages</a></li>
108 <li class="leftNavSelected">Page Actions</li> 108 <li class="leftNavSelected">Page Actions</li>
109 <li><a href="themes.html">Themes</a></li> 109 <li><a href="themes.html">Themes</a></li>
110 </ul> 110 </ul>
111 </li> 111 </li>
112 <li> Browser Interaction 112 <li> Browser Interaction
113 <ul> 113 <ul>
114 <li><a href="bookmarks.html">Bookmarks</a></li> 114 <li><a href="bookmarks.html">Bookmarks</a></li>
115 <li><a href="events.html">Events</a></li> 115 <li><a href="events.html">Events</a></li>
116 <li><a href="tabs.html">Tabs</a></li> 116 <li><a href="tabs.html">Tabs</a></li>
117 <li><a href="windows.html">Windows</a></li> 117 <li><a href="windows.html">Windows</a></li>
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 urchinTracker(); 1110 urchinTracker();
1111 } 1111 }
1112 catch(e) {/* urchinTracker not available. */} 1112 catch(e) {/* urchinTracker not available. */}
1113 </script> 1113 </script>
1114 <!-- end analytics --> 1114 <!-- end analytics -->
1115 1115
1116 </div> <!-- /pageFooter --> 1116 </div> <!-- /pageFooter -->
1117 </div> <!-- /container --> 1117 </div> <!-- /container -->
1118 </body></html> 1118 </body></html>
1119 1119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698