| Index: chrome/browser/safe_browsing/safe_browsing_service.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
|
| index 6254d51d1141b1ebccec4cf9ed27e10fcacd6cad..4795d7f287bd348225b5d280d5a09ccaabb534fc 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.h
|
| @@ -141,6 +141,10 @@ class SafeBrowsingService
|
|
|
| virtual SafeBrowsingUIManager* CreateUIManager();
|
|
|
| + // Registers all the delayed analysis with the incident reporting service.
|
| + // This is where you register your process-wide, profile-independent analysis.
|
| + virtual void RegisterAllDelayedAnalysis();
|
| +
|
| private:
|
| friend class SafeBrowsingServiceFactoryImpl;
|
| friend struct content::BrowserThread::DeleteOnThread<
|
|
|