| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 482a7a98c693f147e7fecfda50b997b3e0248eec..16fcb223f6986cbd1f2169a46cc18f02d0caa837 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -184,6 +184,10 @@ class ProfileImpl : public Profile,
|
|
|
| void UpdateProfileUserNameCache();
|
|
|
| + void GetCacheParameters(bool is_media_context,
|
| + FilePath* cache_path,
|
| + int* max_size);
|
| +
|
| content::NotificationRegistrar registrar_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
|
|