diff options
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/util/master_preferences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h index a05ae92..28175c5 100644 --- a/chrome/installer/util/master_preferences.h +++ b/chrome/installer/util/master_preferences.h @@ -24,9 +24,11 @@ class DictionaryValue; namespace installer { +#if !defined(OS_MACOSX) // This is the default name for the master preferences file used to pre-set // values in the user profile at first run. const char kDefaultMasterPrefs[] = "master_preferences"; +#endif // The master preferences is a JSON file with the same entries as the // 'Default\Preferences' file. This function parses the distribution |