| Index: components/safe_browsing/common/safebrowsing_constants.h
|
| diff --git a/components/safe_browsing/common/safebrowsing_constants.h b/components/safe_browsing/common/safebrowsing_constants.h
|
| index 17173ccf7c02eb21ab93e3bf7b33a32e31531cf6..e6776b56274234df68aa9a2550a84a11e76b2bcd 100644
|
| --- a/components/safe_browsing/common/safebrowsing_constants.h
|
| +++ b/components/safe_browsing/common/safebrowsing_constants.h
|
| @@ -11,6 +11,9 @@ namespace safe_browsing {
|
|
|
| extern const base::FilePath::CharType kSafeBrowsingBaseFilename[];
|
|
|
| +// Filename suffix for the cookie database.
|
| +extern const base::FilePath::CharType kCookiesFile[];
|
| +extern const base::FilePath::CharType kChannelIDFile[];
|
| }
|
|
|
| #endif // COMPONENTS_SAFE_BROWSING_COMMON_SAFEBROWSING_CONSTANTS_H_
|
|
|