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

Unified Diff: chrome/test/data/extensions/api_test/isolated_world1/a.js

Issue 262002: Make all content scripts from an extension run in the same (Closed)
Patch Set: Created 11 years, 2 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
« no previous file with comments | « chrome/renderer/user_script_slave.cc ('k') | chrome/test/data/extensions/api_test/isolated_world1/b.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/isolated_world1/a.js
diff --git a/chrome/test/data/extensions/api_test/isolated_world1/a.js b/chrome/test/data/extensions/api_test/isolated_world1/a.js
new file mode 100644
index 0000000000000000000000000000000000000000..95eacea276522b6a1b45f058228562947f6ed407
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/isolated_world1/a.js
@@ -0,0 +1,2 @@
+// This variable is read and updated by other script from the extenion.
+var num = 1;
« no previous file with comments | « chrome/renderer/user_script_slave.cc ('k') | chrome/test/data/extensions/api_test/isolated_world1/b.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698