Bug 1274585 - Push HTTP cache index build when asked for disk cache size, r=michal

This commit is contained in:
Honza Bambas
2016-05-30 04:48:00 +02:00
parent 631351943a
commit ea78b38c18
2 changed files with 39 additions and 13 deletions

View File

@@ -835,6 +835,7 @@ private:
// Following methods perform updating and building of the index.
// Timer callback that starts update or build process.
static void DelayedUpdate(nsITimer *aTimer, void *aClosure);
void DelayedUpdateLocked();
// Posts timer event that start update or build process.
nsresult ScheduleUpdateTimer(uint32_t aDelay);
nsresult SetupDirectoryEnumerator();