diff options
Diffstat (limited to 'net/disk_cache/addr.h')
-rw-r--r-- | net/disk_cache/addr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/disk_cache/addr.h b/net/disk_cache/addr.h index d754ec5..c10dcc3 100644 --- a/net/disk_cache/addr.h +++ b/net/disk_cache/addr.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-2008 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. @@ -119,9 +119,6 @@ class Addr { return EXTERNAL; } - // Returns true if this address looks like a valid one. - bool SanityCheck() const; - private: static const uint32 kInitializedMask = 0x80000000; static const uint32 kFileTypeMask = 0x70000000; |