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

Unified Diff: chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.js

Issue 8869003: Move the "extension" namespace from extension_api.json into extension_api_extension.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/omnibox/extension-docs/background.js
diff --git a/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.js b/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.js
index fabaf107b4e98390736891fab5c50c0f280d1b1e..79191dd5303c5768ed1987204992f6aa1b8bf969 100644
--- a/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.js
+++ b/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.js
@@ -148,6 +148,8 @@ APISearchCorpus.prototype.sort = function() {
*/
function DocsManager(corpus) {
this.CODE_URL_PREFIX = 'http://code.google.com/chrome/extensions/';
+ // TODO(koz): Read the whole api, not just the parts that haven't been
+ // migrated out of extension_api.json.
Aaron Boodman 2011/12/07 23:30:35 I think that you should fix this before landing.
koz (OOO until 15th September) 2011/12/09 19:24:18 Okay.
this.API_MANIFEST_URL = [
'https://src.chromium.org/viewvc/chrome/trunk/src/',
'chrome/common/extensions/api/extension_api.json'

Powered by Google App Engine
This is Rietveld 408576698