Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: chrome/test/data/extensions/api_test/toolstrip/test2.html

Issue 3129003: remove toolstrips (Closed)
Patch Set: merge Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <script>
2 chrome.toolstrip.onExpanded.addListener(function() {
3 chrome.test.log("test2 expanded");
4 });
5 chrome.toolstrip.onCollapsed.addListener(function() {
6 chrome.test.log("test2 collapsed");
7 });
8 </script>
9 test2
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/toolstrip/test.html ('k') | chrome/test/data/extensions/browsertest/last_error/bg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698