Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 72173) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -959,10 +959,9 @@ |
void TabDetachedAtImpl(TabContentsWrapper* contents, |
int index, DetachType type); |
- // Create a preference dictionary for the provided application name, in the |
- // given user profile. This is done only once per application name / per |
- // session / per user profile. |
- static void RegisterAppPrefs(const std::string& app_name, Profile* profile); |
+ // Create a preference dictionary for the provided application name. This is |
+ // done only once per application name / per session. |
+ static void RegisterAppPrefs(const std::string& app_name); |
// Shared code between Reload() and ReloadIgnoringCache(). |
void ReloadInternal(WindowOpenDisposition disposition, bool ignore_cache); |