diff options
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_util.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_util.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h index 0a3c75da..fe69d0e 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util.h +++ b/chrome/browser/safe_browsing/safe_browsing_util.h @@ -83,6 +83,8 @@ struct SBChunkDelete { }; +// SBEntry --------------------------------------------------------------------- + // Holds information about the prefixes for a hostkey. prefixes can either be // 4 bytes (truncated hash) or 32 bytes (full hash). // For adds: @@ -215,6 +217,8 @@ class SBEntry { }; +// SBHostInfo ------------------------------------------------------------------ + // Holds the hostkey specific information in the database. This is basically a // collection of SBEntry objects. class SBHostInfo { @@ -265,7 +269,7 @@ class SBHostInfo { }; -// Helper functions ----------------------------------------------------------- +// Utility functions ----------------------------------------------------------- namespace safe_browsing_util { |