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

Unified Diff: chrome/test/data/extensions/samples/buildbot/manifest.json

Issue 330015: Update buildbot sample to work with newest APIs. (Closed)
Patch Set: Created 11 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/buildbot/manifest.json
diff --git a/chrome/test/data/extensions/samples/buildbot/manifest.json b/chrome/test/data/extensions/samples/buildbot/manifest.json
index 39f668046bb4bb8db9c1a9c7a2cd7bd48cf22f98..a4020670cb897e183beb4f8f6d832e626e8e0217 100644
--- a/chrome/test/data/extensions/samples/buildbot/manifest.json
+++ b/chrome/test/data/extensions/samples/buildbot/manifest.json
@@ -10,8 +10,8 @@
"http://chrome-buildbot.corp.google.com/"
],
"browser_action": {
- "name": "Buildbot status",
- "icons": ["chromium.png"],
- "popup": "popup.html"
+ "default_title": "",
+ "default_icon": "chromium.png",
+ "popup": "popup.html"
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698