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

Unified Diff: chrome/common/extensions/api/extension_api.cc

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address tbarzic's comments 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
« no previous file with comments | « chrome/common/extensions/api/echoPrivate.json ('k') | chrome/common/extensions/api/offersPrivate.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.cc
diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc
index bdccc9b7ce2347bd9461f1f56408229147f0a591..049613a0900bbced6a8998d626c4d02dfd092316 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -331,8 +331,8 @@ void ExtensionAPI::InitDefaultConfiguration() {
IDR_EXTENSION_API_JSON_MEDIAPLAYERPRIVATE));
RegisterSchema("metricsPrivate", ReadFromResource(
IDR_EXTENSION_API_JSON_METRICSPRIVATE));
- RegisterSchema("offersPrivate", ReadFromResource(
- IDR_EXTENSION_API_JSON_OFFERSPRIVATE));
+ RegisterSchema("echoPrivate", ReadFromResource(
+ IDR_EXTENSION_API_JSON_ECHOPRIVATE));
RegisterSchema("omnibox", ReadFromResource(
IDR_EXTENSION_API_JSON_OMNIBOX));
RegisterSchema("pageAction", ReadFromResource(
« no previous file with comments | « chrome/common/extensions/api/echoPrivate.json ('k') | chrome/common/extensions/api/offersPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698