Chromium Code Reviews| 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 abebc32ca96cb06cdeff8d0f1f61a0b50beeeec4..ffe701d5f557cb35a9b8ea039b549273e4bf2d41 100644 |
| --- a/chrome/browser/safe_browsing/safe_browsing_service.h |
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.h |
| @@ -154,14 +154,14 @@ class SafeBrowsingService |
| // If the request contained a chain of redirects, |url| is the last url |
| // in the chain, and |original_url| is the first one (the root of the |
| // chain). Otherwise, |original_url| = |url|. |
| - void DisplayBlockingPage(const GURL& url, |
| - const GURL& original_url, |
| - const std::vector<GURL>& redirect_urls, |
| - ResourceType::Type resource_type, |
| - UrlCheckResult result, |
| - Client* client, |
| - int render_process_host_id, |
| - int render_view_id); |
| + virtual void DisplayBlockingPage(const GURL& url, |
|
Brian Ryner
2011/02/16 22:37:10
This method has a lot of parameters, as a follow-u
noelutz
2011/02/16 23:22:36
Agreed.
|
| + const GURL& original_url, |
| + const std::vector<GURL>& redirect_urls, |
| + ResourceType::Type resource_type, |
| + UrlCheckResult result, |
| + Client* client, |
| + int render_process_host_id, |
| + int render_view_id); |
| // Called on the IO thread when the SafeBrowsingProtocolManager has received |
| // the full hash results for prefix hits detected in the database. |