On Tue, Sep 22, 2009 at 8:10 PM, uprise78 <[email protected]> wrote: > I am really missing Firefoxes 'shift-reload' that dismisses the cache > for the current page reload. Is there any way to get Chromium to do > this?
If you wanted to do this from an extension, have a look at the sample benchmark extension at http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/samples/benchmark (specifically, the toolstrip). You need to use the command line flag --enable-benchmarking when running chrome. I don't think there's currently scope to flush the cache for one specific page, but you can flush the whole thing... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
