| Index: chrome/browser/ui/startup/obsolete_os_prompt.h
|
| diff --git a/chrome/browser/ui/startup/obsolete_os_prompt.h b/chrome/browser/ui/startup/obsolete_os_prompt.h
|
| index 825d40f2ef198509d648867ebaa1bfaf2aa53d4b..4db6844502f56c8c7e78c0ef4d7f16f9da7c01d8 100644
|
| --- a/chrome/browser/ui/startup/obsolete_os_prompt.h
|
| +++ b/chrome/browser/ui/startup/obsolete_os_prompt.h
|
| @@ -12,11 +12,6 @@ class PrefService;
|
|
|
| namespace chrome {
|
|
|
| -#if defined(OS_MACOSX)
|
| -// Registers the Mac-specific preference about when to show obsolete OS prompts.
|
| -void RegisterObsoleteOSInfobarPrefs(PrefService* local_state);
|
| -#endif
|
| -
|
| // Shows a warning notification in |browser| that the app is being run on an
|
| // unsupported operating system.
|
| void ShowObsoleteOSPrompt(Browser* browser);
|
|
|