diff options
author | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 22:14:13 +0000 |
---|---|---|
committer | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 22:14:13 +0000 |
commit | 1331397732bfd1a2ed9d63d92bbc2a61185bd666 (patch) | |
tree | 8f1f3367488e6749911a4db78f8ee5e67be91b6e /chrome/common/common_message_generator.h | |
parent | 28b791a577a84f316d78b37d3bea97a119215a0f (diff) | |
download | chromium_src-1331397732bfd1a2ed9d63d92bbc2a61185bd666.zip chromium_src-1331397732bfd1a2ed9d63d92bbc2a61185bd666.tar.gz chromium_src-1331397732bfd1a2ed9d63d92bbc2a61185bd666.tar.bz2 |
Change the client-side phishing detection request format. Instead of
just sending the URL with the computed score we also send back all the
extracted features.
BUG=NONE
TEST=ClientSideDetectionHostTest,ClientSideDetectionServiceTest,PhishingClassifierTest,PhishingClassifierDelegateTest
Review URL: http://codereview.chromium.org/6810020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81657 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_message_generator.h')
-rw-r--r-- | chrome/common/common_message_generator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h index 0d1f4eb..ddeac89 100644 --- a/chrome/common/common_message_generator.h +++ b/chrome/common/common_message_generator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,7 +9,7 @@ #include "chrome/common/extensions/extension_messages.h" #include "chrome/common/print_messages.h" #include "chrome/common/render_messages.h" -#include "chrome/common/safebrowsing_messages.h" +#include "chrome/common/safe_browsing/safebrowsing_messages.h" #include "chrome/common/service_messages.h" #include "chrome/common/spellcheck_messages.h" #include "chrome/common/utility_messages.h" |