Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5631)

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 8572006: Add policies to control the disk cache size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed issues. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698