Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10168)

Unified Diff: chrome/installer/util/master_preferences.h

Issue 12316097: Added master_preferences to control shortcuts on windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: split into 2 prefs Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698