| Index: chrome/common/extensions/docs/experimental.infoBar.html
|
| diff --git a/chrome/common/extensions/docs/experimental.infoBar.html b/chrome/common/extensions/docs/experimental.infoBar.html
|
| index 02a86cb94dd711dbee6fa15ef639613269f39d53..87c18617eb1c11227c457b1e7017be356f145a1b 100644
|
| --- a/chrome/common/extensions/docs/experimental.infoBar.html
|
| +++ b/chrome/common/extensions/docs/experimental.infoBar.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>chrome.experimental.infoBar - 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
|
|
|