mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-16 20:02:24 +01:00
936e595fe5
- Persist modified user preferences including per-host zoom settings when a cache_path value is specified and persist_user_preferences is set to true via CefSettings or CefRequestContextSettings. - Avoid the need to duplicate files from chrome/ by having CefBrowserContext extend Chrome's Profile class.
14 lines
500 B
Diff
14 lines
500 B
Diff
diff --git font_family_cache.h font_family_cache.h
|
|
index d5ff699..71fa27b 100644
|
|
--- font_family_cache.h
|
|
+++ 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*)
|