mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			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 36577f32fba3..a45e9230e6e5 100644
 | |
| --- chrome/browser/font_family_cache.h
 | |
| +++ chrome/browser/font_family_cache.h
 | |
| @@ -21,6 +21,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*)
 |