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

Side by Side Diff: chrome/common/extensions/docs/experimental.managedMode.html

Issue 9566007: Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mod… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Now with 12.5% more added files (including missing apitest) Created 8 years, 9 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 | Annotate | Revision Log
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- This page is a placeholder for generated extensions api doc. Note:
3 1) The <head> information in this page is significant, should be uniform
4 across api docs and should be edited only with knowledge of the
5 templating mechanism.
6 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
7 browser, it will be re-generated from the template, json schema and
8 authored overview content.
9 4) The <body>.innerHTML is also generated by an offline step so that this
10 page may easily be indexed by search engines.
11 -->
12 <html xmlns="http://www.w3.org/1999/xhtml">
13 <head>
14 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
15 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css">
16 <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
17 <script type="text/javascript"
18 src="../../../third_party/jstemplate/jstemplate_compiled.js">
19 </script>
20 <script type="text/javascript" src="js/api_page_generator.js"></script>
21 <script type="text/javascript" src="js/bootstrap.js"></script>
22 <script type="text/javascript" src="js/sidebar.js"></script>
23 </head>
24 <body>
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698