Commit 42325d65 authored by mihaip@chromium.org's avatar mihaip@chromium.org

Update references to sandbox app samples.

R=mangini@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10825266

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150844 0039d316-1c4b-4281-b951-d872f2087c98
parent 69d8da14
...@@ -226,11 +226,10 @@ and post-messaging to communicate between the event page and sandboxed content ...@@ -226,11 +226,10 @@ and post-messaging to communicate between the event page and sandboxed content
and indirectly access the APIs. and indirectly access the APIs.
</p> </p>
<p class="note"> <p class="note">
<b>API Samples: </b> <b>API Sample: </b>
Want to play with the code? Want to play with the code?
Check out the Check out the
<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/eval-in-iframe">eval-in-iframe</a> <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/sandbox">sandbox</a> sample.
and <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/regex-tester">regex-tester</a> samples.
</p> </p>
<h2 id="external">Referencing external resources</h2> <h2 id="external">Referencing external resources</h2>
<p> <p>
......
...@@ -18,11 +18,10 @@ and indirectly access the APIs. ...@@ -18,11 +18,10 @@ and indirectly access the APIs.
</p> </p>
<p class="note"> <p class="note">
<b>API Samples: </b> <b>API Sample: </b>
Want to play with the code? Want to play with the code?
Check out the Check out the
<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/eval-in-iframe">eval-in-iframe</a> <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/sandbox">sandbox</a> sample.
and <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/regex-tester">regex-tester</a> samples.
</p> </p>
<h2 id="external">Referencing external resources</h2> <h2 id="external">Referencing external resources</h2>
...@@ -279,4 +278,4 @@ var messageHandler = function(e) { ...@@ -279,4 +278,4 @@ var messageHandler = function(e) {
window.addEventListener('message', messageHandler); window.addEventListener('message', messageHandler);
</pre> </pre>
<p class="backtotop"><a href="#top">Back to top</a></p> <p class="backtotop"><a href="#top">Back to top</a></p>
\ No newline at end of file
...@@ -18,11 +18,10 @@ and indirectly access the APIs. ...@@ -18,11 +18,10 @@ and indirectly access the APIs.
</p> </p>
<p class="note"> <p class="note">
<b>API Samples: </b> <b>API Sample: </b>
Want to play with the code? Want to play with the code?
Check out the Check out the
<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/eval-in-iframe">eval-in-iframe</a> <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/sandbox">sandbox</a> sample.
and <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/regex-tester">regex-tester</a> samples.
</p> </p>
<h2 id="external">Referencing external resources</h2> <h2 id="external">Referencing external resources</h2>
......
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