mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Add support for Chrome Storage Extension API (issue #1947)
- Supports chrome.storage.local and chrome.storage.sync - chrome.storage.sync behaves identically to chrome.storage.local
This commit is contained in:
		
				
					committed by
					
						
						Marshall Greenblatt
					
				
			
			
				
	
			
			
			
						parent
						
							88ebd4373f
						
					
				
				
					commit
					ff8b4aa7b5
				
			@@ -8,6 +8,7 @@
 | 
			
		||||
#include "chrome/browser/extensions/api/streams_private/streams_private_api.h"
 | 
			
		||||
#include "chrome/browser/ui/prefs/prefs_tab_helper.h"
 | 
			
		||||
#include "extensions/browser/api/alarms/alarm_manager.h"
 | 
			
		||||
#include "extensions/browser/api/storage/storage_frontend.h"
 | 
			
		||||
#include "extensions/browser/renderer_startup_helper.h"
 | 
			
		||||
 | 
			
		||||
namespace extensions {
 | 
			
		||||
@@ -18,6 +19,7 @@ void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
 | 
			
		||||
  CookieSettingsFactory::GetInstance();
 | 
			
		||||
  PrefsTabHelper::GetServiceInstance();
 | 
			
		||||
  RendererStartupHelperFactory::GetInstance();
 | 
			
		||||
  StorageFrontend::GetFactoryInstance();
 | 
			
		||||
  StreamsPrivateAPI::GetFactoryInstance();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user