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..7c377203506ea3ee10cba05bb34edd0eca53cfe6 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -184,6 +184,9 @@ class ProfileImpl : public Profile, |
void UpdateProfileUserNameCache(); |
+ void GetCacheParameters(bool is_media_context, FilePath* cache_path, |
+ int* max_size); |
Joao da Silva
2011/11/16 16:10:42
Nit: one arg per line
pastarmovj
2011/11/17 13:10:10
True I did ausschneiden+einfu"gen here without tak
|
+ |
content::NotificationRegistrar registrar_; |
PrefChangeRegistrar pref_change_registrar_; |