Index: chrome/common/extensions/docs/template/api_template.html |
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html |
index 0cb8b918da234594e0717ef601a59bc4b6a11d04..ed7c172fa1676a867e17b1a583ec175ecd010732 100644 |
--- a/chrome/common/extensions/docs/template/api_template.html |
+++ b/chrome/common/extensions/docs/template/api_template.html |
@@ -1,4 +1,7 @@ |
<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 |