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

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

Issue 11348215: Make wallpaper picker manifest and thumbnails available when offline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove success paramter and add a todo Created 8 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/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 40bd1e4278f2df49b0a370fbff166a2aa23dd127..b9bc0b99fdee73640fcc380cc5f1aff9c3017a5d 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -408,6 +408,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<WallpaperSetCustomWallpaperFunction>();
RegisterFunction<WallpaperMinimizeInactiveWindowsFunction>();
RegisterFunction<WallpaperRestoreMinimizedWindowsFunction>();
+ RegisterFunction<WallpaperGetThumbnailFunction>();
+ RegisterFunction<WallpaperSaveThumbnailFunction>();
// InputMethod
RegisterFunction<extensions::GetInputMethodFunction>();

Powered by Google App Engine
This is Rietveld 408576698