| Index: chrome/browser/browsing_data/browsing_data_flash_lso_helper.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_flash_lso_helper.h b/chrome/browser/browsing_data/browsing_data_flash_lso_helper.h
|
| index 22ef3cc068bac550435e2a09d22b6535492d9f69..3922c44b1263d748ad39509ecbface067c821563 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_flash_lso_helper.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_flash_lso_helper.h
|
| @@ -27,7 +27,8 @@ class BrowsingDataFlashLSOHelper
|
| content::BrowserContext* browser_context);
|
|
|
| virtual void StartFetching(const GetSitesWithFlashDataCallback& callback) = 0;
|
| - virtual void DeleteFlashLSOsForSite(const std::string& site) = 0;
|
| + virtual void DeleteFlashLSOsForSite(const std::string& site,
|
| + const base::Closure& callback) = 0;
|
|
|
| protected:
|
| friend class base::RefCounted<BrowsingDataFlashLSOHelper>;
|
|
|