Bug 770911 - Remove all prefetch clearing code. r=taras.

This commit is contained in:
Brian R. Bondy
2012-08-02 10:50:29 -04:00
parent 01c40f659e
commit 990ad9427f
10 changed files with 6 additions and 454 deletions

View File

@@ -29,10 +29,6 @@ protected:
static bool IsDefaultBrowserVista(bool* aIsDefaultBrowser);
private:
#if defined(MOZ_MAINTENANCE_SERVICE)
static void LaunchPrefetchClearCommand(nsITimer *aTimer, void*);
nsCOMPtr<nsITimer> mTimer;
#endif
bool mCheckedThisSession;
};