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

Unified Diff: chrome/browser/chromeos/login/default_user_images.h

Issue 10850036: [cros] Add attribution (author & website) strings to stock user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/default_user_images.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/default_user_images.h
diff --git a/chrome/browser/chromeos/login/default_user_images.h b/chrome/browser/chromeos/login/default_user_images.h
index ffec8ffe28f3cf5ca11950a606208cb4d7668402..0778f079972fcb4194d631cd75820d6113f493e6 100644
--- a/chrome/browser/chromeos/login/default_user_images.h
+++ b/chrome/browser/chromeos/login/default_user_images.h
@@ -35,7 +35,13 @@ bool IsDefaultImageUrl(const std::string url, int* image_id);
const gfx::ImageSkia& GetDefaultImage(int index);
// Resource IDs of default user images.
-extern const int kDefaultImageResources[];
+extern const int kDefaultImageResourceIDs[];
+
+// String IDs of author names for default user images.
+extern const int kDefaultImageAuthorIDs[];
+
+// String IDs of websites for default user images.
+extern const int kDefaultImageWebsiteIDs[];
// Number of default images.
extern const int kDefaultImagesCount;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/default_user_images.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698