| Index: chrome/browser/profiles/profile_io_data.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.h (revision 114012)
|
| +++ chrome/browser/profiles/profile_io_data.h (working copy)
|
| @@ -20,6 +20,7 @@
|
| #include "content/browser/resource_context.h"
|
| #include "net/base/cookie_monster.h"
|
|
|
| +class AudioManager;
|
| class ChromeAppCacheService;
|
| class ChromeBlobStorageContext;
|
| class CookieSettings;
|
| @@ -147,6 +148,7 @@
|
| std::string accept_charset;
|
| std::string referrer_charset;
|
| IOThread* io_thread;
|
| + scoped_refptr<AudioManager> audio_manager;
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map;
|
| scoped_refptr<CookieSettings> cookie_settings;
|
| scoped_refptr<HostZoomMap> host_zoom_map;
|
|
|