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

Unified Diff: chrome/browser/ui/startup/obsolete_os_prompt.h

Issue 10837158: mac: Delete more 10.5-only code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rsesek Created 8 years, 4 months 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/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);

Powered by Google App Engine
This is Rietveld 408576698