Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: components/safe_browsing/common/safebrowsing_constants.h

Issue 2901213004: Componentize safe_browsing: factor out SafeBrowsingURLRequestContextGetter. (Closed)
Patch Set: cleanup includes Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698