| Index: chrome/installer/util/master_preferences.h
|
| diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
|
| index bdf482a975ae85ef45e9c949d3eb377e45236a4c..73f154ba9b1054a3e1070a8ea67904eda20cfcf1 100644
|
| --- a/chrome/installer/util/master_preferences.h
|
| +++ b/chrome/installer/util/master_preferences.h
|
| @@ -199,6 +199,9 @@ class MasterPreferences {
|
| // found in older master_preferences files.
|
| void EnforceLegacyPreferences();
|
|
|
| + // Enforces the shorcut preferences, making sure that they don't overlap.
|
| + void EnforceShorcutPreferences();
|
| +
|
| protected:
|
| scoped_ptr<base::DictionaryValue> master_dictionary_;
|
| base::DictionaryValue* distribution_;
|
|
|