| Index: chrome/installer/util/master_preferences.h
|
| diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
|
| index a05ae92e4f63cfe0b225ae245ee3f9612dfb1667..28175c58d29d4988ea668ff65ff748c67cda3b3d 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
|
|
|