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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 3137039: Copyedit pass on new doc (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/common/extensions/docs/samples.json
===================================================================
--- chrome/common/extensions/docs/samples.json (revision 57248)
+++ chrome/common/extensions/docs/samples.json (working copy)
@@ -854,22 +854,17 @@
],
"icon": "news_icon.png",
"description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
- "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE NEWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.I18N.GETMESSAGE CHROME.TABS.CREATE",
+ "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE NEWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.TABS.CREATE",
"source_files": [
- "_locales\/en\/messages.json",
- "_locales\/es\/messages.json",
- "_locales\/sr\/messages.json",
"feed.html",
"manifest.json"
],
- "path": "examples\/extensions\/news_i18n\/",
+ "path": "examples\/extensions\/news\/",
"api_calls": [
- "chrome.i18n.getMessage",
"chrome.tabs.create"
],
- "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f",
+ "id": "3aea027164cb9b732ba4a8c51cb93708891726ef",
"protocols": [
- "http:\/\/",
"http:\/\/"
],
"name": "News Reader"
@@ -882,17 +877,22 @@
],
"icon": "news_icon.png",
"description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
- "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE NEWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.TABS.CREATE",
+ "search_string": "NEWS READER DISPLAYS THE FIRST 5 ITEMS FROM THE GOOGLE NEWS - TOP NEWS RSS FEED IN A POPUP. BROWSER_ACTION POPUP TABS CHROME.I18N.GETMESSAGE CHROME.TABS.CREATE",
"source_files": [
+ "_locales\/en\/messages.json",
+ "_locales\/es\/messages.json",
+ "_locales\/sr\/messages.json",
"feed.html",
"manifest.json"
],
- "path": "examples\/extensions\/news_a11y\/",
+ "path": "examples\/extensions\/news_i18n\/",
"api_calls": [
+ "chrome.i18n.getMessage",
"chrome.tabs.create"
],
- "id": "597015d3bcce3da693b02314afd607bec4f55291",
+ "id": "6444e5c8ae112a6a433909c5e770669cd16e2e5f",
"protocols": [
+ "http:\/\/",
"http:\/\/"
],
"name": "News Reader"
@@ -910,11 +910,11 @@
"feed.html",
"manifest.json"
],
- "path": "examples\/extensions\/news\/",
+ "path": "examples\/extensions\/news_a11y\/",
"api_calls": [
"chrome.tabs.create"
],
- "id": "3aea027164cb9b732ba4a8c51cb93708891726ef",
+ "id": "597015d3bcce3da693b02314afd607bec4f55291",
"protocols": [
"http:\/\/"
],
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/experimental.infobars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698