| Index: chrome/browser/ui/browser_ui_prefs.h
|
| diff --git a/chrome/browser/ui/browser_ui_prefs.h b/chrome/browser/ui/browser_ui_prefs.h
|
| index 9b137ccd60f89cba32b5e3008e053b1880d8fe33..c1db452faa096e1bbd1eaf1c72d928dfc8b7763c 100644
|
| --- a/chrome/browser/ui/browser_ui_prefs.h
|
| +++ b/chrome/browser/ui/browser_ui_prefs.h
|
| @@ -19,11 +19,6 @@ namespace chrome {
|
| void RegisterBrowserPrefs(PrefRegistrySimple* registry);
|
| void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| -// 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.
|
| -void RegisterAppPrefs(const std::string& app_name, Profile* profile);
|
| -
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_UI_PREFS_H_
|
|
|