mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 10:06:28 +01:00
015e3621a3
- Windows: VS2015 Update 2 is now the minimum version requirement for linking cef_sandbox from official build binary distributions.
14 lines
570 B
Diff
14 lines
570 B
Diff
diff --git chrome/browser/font_family_cache.h chrome/browser/font_family_cache.h
|
|
index 3e15bc56d69a..c398bfec8583 100644
|
|
--- chrome/browser/font_family_cache.h
|
|
+++ chrome/browser/font_family_cache.h
|
|
@@ -19,6 +19,8 @@ class Profile;
|
|
|
|
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*)
|