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

Unified Diff: chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json

Issue 10280005: Fix the event page sample extension to say "event page". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: docgen Created 8 years, 8 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/api/eventPage/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json b/chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json
similarity index 77%
rename from chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
rename to chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json
index 9b38f4371e402f3ae6eb0ca72475f762714c7403..03368e90c5afd96b60a09d6fc2aba8e6bfbb1517 100644
--- a/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Transient Page Example",
- "description": "Demonstrates usage and features of the transient page",
+ "name": "Event Page Example",
+ "description": "Demonstrates usage and features of the event page",
"version": "1.0",
"manifest_version": 2,
"permissions": ["tabs", "bookmarks", "experimental", "keybinding", "http://*.google.com/*"],
@@ -10,7 +10,7 @@
},
"browser_action": {
"default_icon" : "icon.png",
- "default_title": "Start Transient Page"
+ "default_title": "Start Event Page"
},
"commands": {
"open-google": {

Powered by Google App Engine
This is Rietveld 408576698