Index: chrome/installer/util/master_preferences.h |
=================================================================== |
--- chrome/installer/util/master_preferences.h (revision 181784) |
+++ chrome/installer/util/master_preferences.h (working copy) |
@@ -158,6 +158,9 @@ |
// |
bool GetExtensionsBlock(base::DictionaryValue** extensions) const; |
+ // Returns the variations seed entry from the master prefs. |
+ std::string GetVariationsSeed() const; |
+ |
// Returns true iff the master preferences were successfully read from a file. |
bool read_from_file() const { |
return preferences_read_from_file_; |