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

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

Issue 195093: handle mole/toolstrip URLs properly (Closed)
Patch Set: Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/toolstrip/test2.html
diff --git a/chrome/test/data/extensions/api_test/toolstrip/test2.html b/chrome/test/data/extensions/api_test/toolstrip/test2.html
new file mode 100755
index 0000000000000000000000000000000000000000..957f4e443e8e975b6d43d6920ef0456a263d423f
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/toolstrip/test2.html
@@ -0,0 +1,9 @@
+<script>
+chrome.toolstrip.onExpanded.addListener(function() {
+ chrome.test.log("test2 expanded");
+});
+chrome.toolstrip.onCollapsed.addListener(function() {
+ chrome.test.log("test2 collapsed");
+});
+</script>
+test2

Powered by Google App Engine
This is Rietveld 408576698