| Index: chrome/common/extensions/docs/apps/app_csp.html
|
| diff --git a/chrome/common/extensions/docs/apps/app_csp.html b/chrome/common/extensions/docs/apps/app_csp.html
|
| index ae63e04e62582b728c8827d755447c615554db4f..a9186d837a1819f74d09fc0e7e3cdd20ebe3286c 100644
|
| --- a/chrome/common/extensions/docs/apps/app_csp.html
|
| +++ b/chrome/common/extensions/docs/apps/app_csp.html
|
| @@ -18,8 +18,9 @@
|
| <script type="text/javascript" src="../js/bootstrap.js"></script>
|
| <script type="text/javascript" src="../js/sidebar.js"></script>
|
| <title>Comply with CSP - Google Chrome Extensions - Google Code</title></head>
|
| - <body><link href="../css/ApiRefStyles_apps.css" rel="stylesheet" type="text/css">
|
| -<link href="../css/prettify.css" rel="stylesheet" type="text/css">
|
| + <body doc-family="apps"> <link href="../css/ApiRefStyles_apps.css" rel="stylesheet" type="text/css">
|
| + <link href="../css/prettify.css" rel="stylesheet" type="text/css">
|
| + <link href="../css/shared.css" rel="stylesheet" type="text/css">
|
| <div id="devModeWarning" class="displayModeWarning">
|
| You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
|
| </div>
|
|
|