Commit 4b23af3b authored by kathyw@chromium.org's avatar kathyw@chromium.org

Remove the note about content script files not being able to

use predefined messages, per Cira.
Review URL: http://codereview.chromium.org/7794001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98653 0039d316-1c4b-4281-b951-d872f2087c98
parent 1049b719
...@@ -519,14 +519,6 @@ whether or not the extension is localized. ...@@ -519,14 +519,6 @@ whether or not the extension is localized.
This message doesn't work in manifest files. This message doesn't work in manifest files.
</p> </p>
<p class="note">
<b>Note:</b>
Content script CSS files can't use
predefined messages such as <code>@@extension_id</code>.
For details, see
<a href="http://crbug.com/39899">bug 39899</a>.
</p>
<p> <p>
The following table describes each predefined message. The following table describes each predefined message.
</p> </p>
......
...@@ -185,14 +185,6 @@ whether or not the extension is localized. ...@@ -185,14 +185,6 @@ whether or not the extension is localized.
This message doesn't work in manifest files. This message doesn't work in manifest files.
</p> </p>
<p class="note">
<b>Note:</b>
Content script CSS files can't use
predefined messages such as <code>@@extension_id</code>.
For details, see
<a href="http://crbug.com/39899">bug 39899</a>.
</p>
<p> <p>
The following table describes each predefined message. The following table describes each predefined message.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment