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

Unified Diff: ash/desktop_background/desktop_background_resources.h

Issue 10754014: Wallpaper manager backend APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a crash when try to cancel previous request which had finished. Add more error message. 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: ash/desktop_background/desktop_background_resources.h
diff --git a/ash/desktop_background/desktop_background_resources.h b/ash/desktop_background/desktop_background_resources.h
index 7c14ce6f94a8317ead5e62ed9a5148c4766b82c0..6611941cd239dc8a8a256541bcf0e77a2b6bff12 100644
--- a/ash/desktop_background/desktop_background_resources.h
+++ b/ash/desktop_background/desktop_background_resources.h
@@ -5,6 +5,8 @@
#ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_RESOURCES_H_
#define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_RESOURCES_H_
+#include <string>
+
#include "ash/ash_export.h"
#include "third_party/skia/include/core/SkColor.h"
@@ -29,6 +31,7 @@ struct ASH_EXPORT WallpaperInfo {
const SkColor kLoginWallpaperColor = 0xFEFEFE;
+ASH_EXPORT WallpaperLayout GetLayoutEnum(const char* layout);
flackr 2012/07/18 13:46:10 nit: sort
bshe 2012/07/18 18:35:02 Done.
ASH_EXPORT int GetDefaultWallpaperIndex();
ASH_EXPORT int GetGuestWallpaperIndex();
ASH_EXPORT int GetInvalidWallpaperIndex();

Powered by Google App Engine
This is Rietveld 408576698