| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b886ea9b8c0c0b2c8e2b553634f8021684ca3a5d..f95b3f08e1783449e2e50c04792a97449d6ab033 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -974,11 +974,6 @@ const char kEnableReferrers[] = "enable_referrers";
|
| // Boolean to enable reporting memory info to page.
|
| const char kEnableMemoryInfo[] = "enable_memory_info";
|
|
|
| -#if defined(OS_MACOSX)
|
| -// Whether presentation mode is enabled for fullscreen (used on Lion only).
|
| -const char kPresentationModeEnabled[] = "presentation_mode_enabled";
|
| -#endif
|
| -
|
| // Boolean that specifies whether to import bookmarks from the default browser
|
| // on first run.
|
| const char kImportBookmarks[] = "import_bookmarks";
|
|
|