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

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

Issue 10800011: [Mac] Changes to the behavior of Lion+ fullscreen and presentation mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: YES Created 8 years, 5 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 | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.h » ('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 babbefe42fd27e7a62d612996888acc9c552eb8e..33869fc01e603298d6ac9cfe53b26c45f7d856be 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/cocoa/presentation_mode_prefs.h"
#include "chrome/browser/ui/startup/obsolete_os_prompt.h"
#endif
@@ -262,10 +261,6 @@ void RegisterUserPrefs(PrefService* user_prefs) {
chromeos::ProxyConfigServiceImpl::RegisterPrefs(user_prefs);
#endif
-#if defined(OS_MACOSX)
- PresentationModePrefs::RegisterUserPrefs(user_prefs);
-#endif
-
#if defined(OS_WIN)
NetworkProfileBubble::RegisterPrefs(user_prefs);
#endif
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698