2017-04-27 03:59:52 +02:00
|
|
|
diff --git chrome/browser/font_family_cache.h chrome/browser/font_family_cache.h
|
2019-11-12 17:11:44 +01:00
|
|
|
index a99372e6744c..ce40a8448868 100644
|
2017-04-27 03:59:52 +02:00
|
|
|
--- chrome/browser/font_family_cache.h
|
|
|
|
+++ chrome/browser/font_family_cache.h
|
2019-11-12 17:11:44 +01:00
|
|
|
@@ -19,6 +19,8 @@ class Profile;
|
2015-10-17 02:44:00 +02: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*)
|