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

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

Issue 10754014: Wallpaper manager backend APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add function "SaveToFile" Created 8 years, 5 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/api/extension_api.cc
diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc
index 5eb90bac71e062930b7c831764c0b5c7f8841e1d..adbd31d79b2e1a357ca4cd811265639cb9332f31 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -459,6 +459,8 @@ void ExtensionAPI::InitDefaultConfiguration() {
IDR_EXTENSION_API_JSON_TTS));
RegisterSchema("types", ReadFromResource(
IDR_EXTENSION_API_JSON_TYPES));
+ RegisterSchema("wallpaperPrivate", ReadFromResource(
+ IDR_EXTENSION_API_JSON_WALLPAPERPRIVATE));
RegisterSchema("webNavigation", ReadFromResource(
IDR_EXTENSION_API_JSON_WEBNAVIGATION));
RegisterSchema("webRequest", ReadFromResource(

Powered by Google App Engine
This is Rietveld 408576698