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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 10837158: mac: Delete more 10.5-only code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark 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
« no previous file with comments | « chrome/browser/gpu_util.cc ('k') | chrome/browser/process_info_snapshot_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 67f95ffc8e0ea1044dffd1b355f9ab4c34973298..12dd6a0e8a87f33050fa3258fb3a10a7dd564b78 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -76,7 +76,6 @@
#if defined(OS_MACOSX)
#include "chrome/browser/ui/cocoa/confirm_quit.h"
-#include "chrome/browser/ui/startup/obsolete_os_prompt.h"
#endif
#if defined(TOOLKIT_VIEWS)
@@ -186,7 +185,6 @@ void RegisterLocalState(PrefService* local_state) {
#endif
#if defined(OS_MACOSX)
- RegisterObsoleteOSInfobarPrefs(local_state);
confirm_quit::RegisterLocalState(local_state);
#endif
}
« no previous file with comments | « chrome/browser/gpu_util.cc ('k') | chrome/browser/process_info_snapshot_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698