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

Unified Diff: chrome/test/data/performance_monitor/extensions/simple_extension_v2/manifest.json

Issue 10568014: CPM Extension Event Watching Browsertests (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_extension_event_watching
Patch Set: Final nits fixed Created 8 years, 6 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/test/data/performance_monitor/extensions/simple_extension_v2/background.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/performance_monitor/extensions/simple_extension_v2/manifest.json
diff --git a/chrome/test/data/performance_monitor/extensions/simple_extension_v2/manifest.json b/chrome/test/data/performance_monitor/extensions/simple_extension_v2/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..6282be333e9d4e19518aad8c3fc8084ba207e54e
--- /dev/null
+++ b/chrome/test/data/performance_monitor/extensions/simple_extension_v2/manifest.json
@@ -0,0 +1,5 @@
+{
+ "version": "2",
+ "name": "Simple Extension",
+ "background_page": "background.html"
+}
« no previous file with comments | « chrome/test/data/performance_monitor/extensions/simple_extension_v2/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698