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

Unified Diff: chrome/test/data/extensions/devtools/timeline_api/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/manifest.json
diff --git a/chrome/test/data/extensions/devtools/timeline_api/manifest.json b/chrome/test/data/extensions/devtools/timeline_api/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e456c571d714663357fb8bd1c91b77388fcec5c0
--- /dev/null
+++ b/chrome/test/data/extensions/devtools/timeline_api/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "DevTools test",
+ "version": "0.1",
+ "description": "",
+ "background_page": "background.html",
+ "permissions": [ "tabs" ]
+}

Powered by Google App Engine
This is Rietveld 408576698