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

Unified Diff: chrome/test/data/extensions/browsertest/last_error/manifest.json

Issue 3129003: remove toolstrips (Closed)
Patch Set: merge Created 10 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/browsertest/last_error/manifest.json
diff --git a/chrome/test/data/extensions/browsertest/last_error/manifest.json b/chrome/test/data/extensions/browsertest/last_error/manifest.json
index e0c6ad7ca9c4a98ba55f1871af012c590098cb47..71bf2528bf99e77d240d5ac0ba818d072c1bb582 100644
--- a/chrome/test/data/extensions/browsertest/last_error/manifest.json
+++ b/chrome/test/data/extensions/browsertest/last_error/manifest.json
@@ -2,6 +2,6 @@
"name": "lastError",
"description": "Used by browsertest to test the setting of lastError for callbacks.",
"version": "0.1",
- "toolstrips": ["toolstrip.html"],
+ "background_page": "bg.html",
"permissions": ["tabs"]
}

Powered by Google App Engine
This is Rietveld 408576698