Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0e0d35504ca2a7f44edda6faa6a2c35e056a40e2..0c192224eaa60b7324300178ad52c311e6f2de56 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1849,4 +1849,7 @@ const char kRailStartProportion[] = |
// Indicates whether the browser is in managed mode. |
const char kInManagedMode[] = "managed_mode"; |
+// String serialized form of variations seed protobuf |
+const char kVariationsSeed[] = "variations_seed"; |
+ |
} // namespace prefs |