2017-04-27 03:59:52 +02:00
|
|
|
diff --git chrome/browser/font_family_cache.h chrome/browser/font_family_cache.h
|
2017-10-20 19:45:20 +02:00
|
|
|
index 36577f32fba3..a45e9230e6e5 100644
|
2017-04-27 03:59:52 +02:00
|
|
|
--- chrome/browser/font_family_cache.h
|
|
|
|
+++ chrome/browser/font_family_cache.h
|
2017-07-27 01:19:27 +02:00
|
|
|
@@ -21,6 +21,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*)
|