Comment #4 on issue 14545 by akalin: Cache dir needs to be under  
~/Library/Caches
http://code.google.com/p/chromium/issues/detail?id=14545

I'm looking into working on Chrome (on Mac/Linux) and this seems like a  
good place
to start.

 From digging around, it looks like what is needed is to add an OSX-specific  
clause to
the chrome::DIR_USER_CACHE case in PathProvider() in chrome_paths.cc, and
possibly add OSX-specific #ifdefs for kCacheDirname and kMediaCacheDirname  
in
chrome_constants.cc.

Actually, it looks like I already have ~/Library/Caches/com.google.Chrome,  
but all it
contains is a fairly old (June 13) empty Cache.db file.  Is this from an  
earlier build or
something?  Or perhaps it is something autogenerated.

What do we want the directories to look like?  I'm guessing for Chromium:

~/Library/Caches/Chromium/{Cache,MediaCache}

and for Chrome:

~/Library/Caches/com.google.Chrome/{Cache,MediaCache}

What do you think?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to