2017-04-26 21:59:52 -04:00
|
|
|
diff --git chrome/browser/font_family_cache.h chrome/browser/font_family_cache.h
|
2023-08-09 17:17:17 -04:00
|
|
|
index d4a32438bd20d..7e1d40e973333 100644
|
2017-04-26 21:59:52 -04:00
|
|
|
--- chrome/browser/font_family_cache.h
|
|
|
|
+++ chrome/browser/font_family_cache.h
|
2019-11-12 11:11:44 -05:00
|
|
|
@@ -19,6 +19,8 @@ class Profile;
|
2015-10-16 20:44:00 -04:00
|
|
|
|
|
|
|
FORWARD_DECLARE_TEST(FontFamilyCacheTest, Caching);
|
|
|
|
|
|
|
|
+extern const char kFontFamilyCacheKey[];
|
|
|
|
+
|
|
|
|
// Caches font family preferences associated with a PrefService. This class
|
|
|
|
// relies on the assumption that each concatenation of map_name + '.' + script
|
|
|
|
// is a unique string. It also relies on the assumption that the (const char*)
|