diff options
Diffstat (limited to 'chrome/browser/instant/instant_loader_manager.h')
-rw-r--r-- | chrome/browser/instant/instant_loader_manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/instant/instant_loader_manager.h b/chrome/browser/instant/instant_loader_manager.h index 7f2d995..7202190 100644 --- a/chrome/browser/instant/instant_loader_manager.h +++ b/chrome/browser/instant/instant_loader_manager.h @@ -65,6 +65,9 @@ class InstantLoaderManager { // If |loader| is in |instant_loaders_| it is removed. void RemoveLoaderFromInstant(InstantLoader* loader); + // Destroys non-instant loaders (leaves instant loaders alone). + void DestroyNonInstantLoaders(); + // Returns the loader for loading instant results with the specified id. If // there is no loader for the specified id a new one is created. InstantLoader* GetInstantLoader(TemplateURLID id); |