summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_util.h
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 02:05:09 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 02:05:09 +0000
commit8b02bb8ac872a708da61332fa80fa6da0e162f03 (patch)
treef003cefdb51e21628157cc6848a04879201e1992 /chrome/browser/safe_browsing/safe_browsing_util.h
parentf7eafd723ab7640c81ddb2309620bcc7963fe66d (diff)
downloadchromium_src-8b02bb8ac872a708da61332fa80fa6da0e162f03.zip
chromium_src-8b02bb8ac872a708da61332fa80fa6da0e162f03.tar.gz
chromium_src-8b02bb8ac872a708da61332fa80fa6da0e162f03.tar.bz2
Change the detection of the list name from parsing a URL
to storing it from the update in order to avoid breaking due to changes in the format. Review URL: http://codereview.chromium.org/7851 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_util.h')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
index ec2f43d..3d8cfb7 100644
--- a/chrome/browser/safe_browsing/safe_browsing_util.h
+++ b/chrome/browser/safe_browsing/safe_browsing_util.h
@@ -34,6 +34,7 @@ class SBEntry;
typedef struct {
std::string url;
std::string mac;
+ std::string list_name;
} ChunkUrl;
// A truncated hash's type.