| Index: chrome/common/safe_browsing/safebrowsing_messages.h
|
| diff --git a/chrome/common/safe_browsing/safebrowsing_messages.h b/chrome/common/safe_browsing/safebrowsing_messages.h
|
| index c5af23a67ce7ced156c9e1c9bee1fc61af6ebfd1..1a44e3162286e6c04a0f2d14fe772e7cacc007f1 100644
|
| --- a/chrome/common/safe_browsing/safebrowsing_messages.h
|
| +++ b/chrome/common/safe_browsing/safebrowsing_messages.h
|
| @@ -44,7 +44,8 @@ IPC_MESSAGE_ROUTED1(SafeBrowsingHostMsg_MalwareDOMDetails,
|
| // renderer.
|
|
|
| // A classification model for client-side phishing detection.
|
| -// The string is an encoded safe_browsing::ClientSideModel protocol buffer.
|
| +// The string is an encoded safe_browsing::ClientSideModel protocol buffer, or
|
| +// empty to disable client-side phishing detection for this renderer.
|
| IPC_MESSAGE_CONTROL1(SafeBrowsingMsg_SetPhishingModel,
|
| std::string /* encoded ClientSideModel proto */)
|
|
|
|
|