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

Unified Diff: ui/base/resource/resource_bundle.h

Issue 6849030: Add support for multi resolution icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments Created 9 years, 8 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 | « tools/grit/resource_ids ('k') | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_bundle.h
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
index d9731032d1484bcc1f88f84214ca50f5aeb3e2d1..a8cc69de3c9ae6f6eb8e36474ddbedf3745dfafa 100644
--- a/ui/base/resource/resource_bundle.h
+++ b/ui/base/resource/resource_bundle.h
@@ -232,6 +232,8 @@ class ResourceBundle {
// Returns the full pathname of the main resources file to load. May return
// an empty string if no main resources data files are found.
static FilePath GetResourcesFilePath();
+
+ static FilePath GetLargeIconResourcesFilePath();
#endif
// Returns the full pathname of the locale file to load. May return an empty
@@ -260,6 +262,7 @@ class ResourceBundle {
// Handles for data sources.
DataHandle resources_data_;
+ DataHandle large_icon_resources_data_;
DataHandle locale_resources_data_;
// References to extra data packs loaded via AddDataPackToSharedInstance.
« no previous file with comments | « tools/grit/resource_ids ('k') | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698