mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 752675: Fix docs for nsIWebBrowserPersist::PERSIST_FLAGS_FROM_CACHE. r=bz
This commit is contained in:
parent
23fc5763a3
commit
4604f022bb
@ -54,7 +54,7 @@ interface nsIWebBrowserPersist : nsICancelable
|
||||
{
|
||||
/** No special persistence behaviour. */
|
||||
const unsigned long PERSIST_FLAGS_NONE = 0;
|
||||
/** Only use cached data (could result in failure if data is not cached). */
|
||||
/** Use cached data if present (skipping validation), else load from network */
|
||||
const unsigned long PERSIST_FLAGS_FROM_CACHE = 1;
|
||||
/** Bypass the cached data. */
|
||||
const unsigned long PERSIST_FLAGS_BYPASS_CACHE = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user