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

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

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index ed13ebaea0de92f054788738569362e514e4e0dd..4edf90b9935dd107e603304ef2d5d3182613e6a4 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -18,6 +18,10 @@
"chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree",
"chrome.bookmarks.search": "bookmarks.html#method-search",
"chrome.bookmarks.update": "bookmarks.html#method-update",
+ "chrome.browserAction.getBadgeBackgroundColor": "browserAction.html#method-getBadgeBackgroundColor",
+ "chrome.browserAction.getBadgeText": "browserAction.html#method-getBadgeText",
+ "chrome.browserAction.getPopup": "browserAction.html#method-getPopup",
+ "chrome.browserAction.getTitle": "browserAction.html#method-getTitle",
"chrome.browserAction.onClicked": "browserAction.html#event-onClicked",
"chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-setBadgeBackgroundColor",
"chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText",
@@ -142,6 +146,8 @@
"chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered",
"chrome.omnibox.onInputStarted": "omnibox.html#event-onInputStarted",
"chrome.omnibox.setDefaultSuggestion": "omnibox.html#method-setDefaultSuggestion",
+ "chrome.pageAction.getPopup": "pageAction.html#method-getPopup",
+ "chrome.pageAction.getTitle": "pageAction.html#method-getTitle",
"chrome.pageAction.hide": "pageAction.html#method-hide",
"chrome.pageAction.onClicked": "pageAction.html#event-onClicked",
"chrome.pageAction.setIcon": "pageAction.html#method-setIcon",
@@ -524,7 +530,7 @@
"popup.html",
"popup.js"
],
- "source_hash": "d03a62493eb36bf3da3472f15df777137e159171",
+ "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65",
"zip_path": "examples\/api\/browsingData\/basic.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/examples/api/browsingData/basic/popup.js ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698