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

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: Merge to trunk Created 8 years, 3 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 247c8f98b8921bc99027158dc523c6d42baef038..e8f21fd34a28215fb9c6ba0d1960a82997e45bc5 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