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

Unified Diff: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json

Issue 18401004: Continuously update status in the buildbot extension popup window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address initial review comments Created 7 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
Index: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
index d2ba004369d89d20f48fd11b967b4453993075d9..3a84249bba1360c65ff4730ceb53eaadd76e3970 100644
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
@@ -4,7 +4,11 @@
"description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
"icons": { "128": "icon.png" },
"background": {
- "scripts": ["utils.js", "prefs.js", "try_status.js", "bg.js"]
+ "scripts": ["utils.js",
+ "prefs.js",
+ "try_status.js",
+ "active_issues.js",
+ "bg.js"]
},
"permissions": [
"notifications",

Powered by Google App Engine
This is Rietveld 408576698