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

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 10890038: Hook up custom wallpaper code path to new wallpaper picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/browser/extensions/extension_function_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index 1c3146c4e1e769898b028461e5f135ab90092c5f..e320ea89d7c00761c23406f388f7ff753732d2aa 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -391,6 +391,7 @@ void ExtensionFunctionRegistry::ResetFunctions() {
// WallpaperManagerPrivate functions.
RegisterFunction<WallpaperStringsFunction>();
RegisterFunction<WallpaperSetWallpaperFunction>();
+ RegisterFunction<WallpaperSetCustomWallpaperFunction>();
// InputMethod
RegisterFunction<GetInputMethodFunction>();

Powered by Google App Engine
This is Rietveld 408576698