Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |