| Index: chrome/common/extensions/docs/xhr.html
|
| diff --git a/chrome/common/extensions/docs/xhr.html b/chrome/common/extensions/docs/xhr.html
|
| index 820cac0debdd42d45cd2263d68b4e3b12738699d..a486dbfef31479b44d2a0036ecf81ea4f672af59 100644
|
| --- a/chrome/common/extensions/docs/xhr.html
|
| +++ b/chrome/common/extensions/docs/xhr.html
|
| @@ -16,6 +16,9 @@
|
| <script type="text/javascript" src="js/api_page_generator.js"></script>
|
| <script type="text/javascript" src="js/bootstrap.js"></script>
|
| <title>Cross-Origin XMLHttpRequest - Google Chrome Extensions - Google Code</title></head><body> <div id="gc-container" class="labs">
|
| + <div id="devModeWarning">
|
| + 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>
|
| <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
|
| <!-- In particular, sub-templates that recurse, must be used by allowing
|
| jstemplate to make a copy of the template in this section which
|
|
|