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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/experimental_webRequest.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 unified diff | Download patch
OLDNEW
1 <div id="pageData-name" class="pageData">experimental.webRequest</div> 1 <h1>experimental.webRequest</h1>
2 2
3 <p> 3 <p>
4 The <code>WebRequest</code> API is no longer experimental; 4 The <code>WebRequest</code> API is no longer experimental;
5 it's supported! You can read all about it at its new home: 5 it's supported! You can read all about it at its new home:
6 </p> 6 </p>
7 7
8 <blockquote> 8 <blockquote>
9 <a href="webRequest.html">chrome.webRequest</a> 9 <a href="webRequest.html">chrome.webRequest</a>
10 </blockquote> 10 </blockquote>
11 11
12 <p> 12 <p>
13 What you see below are early outcomes of the plan to implement a declarative 13 What you see below are early outcomes of the plan to implement a declarative
14 version of the WebRequest API. Please ignore this until we give notice. 14 version of the WebRequest API. Please ignore this until we give notice.
15 </p> 15 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698