summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/master_preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/master_preferences.h')
-rw-r--r--chrome/installer/util/master_preferences.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
index 178587f..a6da339 100644
--- a/chrome/installer/util/master_preferences.h
+++ b/chrome/installer/util/master_preferences.h
@@ -147,22 +147,6 @@ DictionaryValue* ParseDistributionPreferences(
// preferences file does not contain such list the vector is empty.
std::vector<GURL> GetFirstRunTabs(const DictionaryValue* prefs);
-// As part of the master preferences an optional section indicates the
-// pre-installed bookmarks. An example is the following:
-//
-// {
-// "default_bookmarks": [
-// "http://google.com/b1",
-// "https://google.com/b2"
-// ]
-// }
-//
-// Note that the entries need to be urls.
-//
-// This function retuns the list as a vector of GURLs. If the master
-// preferences file does not contain such list the vector is empty.
-std::vector<GURL> GetDefaultBookmarks(const DictionaryValue* prefs);
-
// Sets the value of given boolean preference |name| in "distribution"
// dictionary inside |prefs| dictionary.
bool SetDistroBooleanPreference(DictionaryValue* prefs,