summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader_android.cc
Commit message (Collapse)AuthorAgeFilesLines
* Skip the cached icons if the icon can change (ie. exe/dll/ico on Windows).simonhatch@chromium.org2013-04-091-0/+4
| | | | | | | | BUG=226918 Review URL: https://chromiumcodereview.appspot.com/13812014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193259 0039d316-1c4b-4281-b951-d872f2087c98
* Removing base::ThreadRestrictions::ScopedAllowIO from icon_manager_linux.ccsimonhatch@chromium.org2013-04-031-0/+7
| | | | | | | | | | | | | | | Changed cache to map file paths to icons rather than by group id. Renamed GetGroupIDFromFilepath to reflect that it can potentially do file io. BUG=72740 TEST=Bring up downloads ui on linux and file icons still show up. R=rdsmith@chromium.org Review URL: https://chromiumcodereview.appspot.com/12211049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192143 0039d316-1c4b-4281-b951-d872f2087c98
* Implement minimal IconManager and IconLoader for Android.yfriedman@chromium.org2012-02-151-0/+10
Another step towards linking sync_unit_tests BUG=113487 TEST= Review URL: http://codereview.chromium.org/9363058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122040 0039d316-1c4b-4281-b951-d872f2087c98