| Index: chrome/browser/ui/browser_ui_prefs.cc
|
| diff --git a/chrome/browser/ui/browser_ui_prefs.cc b/chrome/browser/ui/browser_ui_prefs.cc
|
| index 7334b2cd4f55b93031294a9b06a17505e8a8ba86..d17ec1204e16905cf054a2562406f63a5ecfa28b 100644
|
| --- a/chrome/browser/ui/browser_ui_prefs.cc
|
| +++ b/chrome/browser/ui/browser_ui_prefs.cc
|
| @@ -191,6 +191,12 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| prefs::kHideWebStoreIcon,
|
| false,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| +#if !defined(OS_MACOSX)
|
| + registry->RegisterBooleanPref(
|
| + prefs::kFullscreenAllowed,
|
| + true,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| +#endif
|
| }
|
|
|
| void RegisterAppPrefs(const std::string& app_name, Profile* profile) {
|
|
|