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

Unified Diff: chrome/test/data/extensions/devtools/timeline_api_two/manifest.json

Issue 159882: Implements extensions devtools API (Closed)
Patch Set: Fixes flakiness in tests by grabbing tab ID in C++ land and passing it down Created 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/devtools/timeline_api_two/manifest.json
diff --git a/chrome/test/data/extensions/devtools/timeline_api_two/manifest.json b/chrome/test/data/extensions/devtools/timeline_api_two/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..04245a8a451f8775a168252fc9c02f16d85f02d5
--- /dev/null
+++ b/chrome/test/data/extensions/devtools/timeline_api_two/manifest.json
@@ -0,0 +1,6 @@
+{
+ "name": "DevTools test (two)",
+ "version": "0.1",
+ "description": "",
+ "background_page": "background_two.html"
+}
« no previous file with comments | « chrome/test/data/extensions/devtools/timeline_api_two/background_two.html ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698