| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 275b3f9a454424e0645020ca1c6cba0b86673eab..033e0f8ffef9dfa4ecf03672792eb663e9bc7cf2 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1281,6 +1281,10 @@ const char kBookmarkPromptEnabled[] = "bookmark_prompt_enabled";
|
| const char kBookmarkPromptImpressionCount[] =
|
| "bookmark_prompt_impression_count";
|
|
|
| +// 64-bit integer serialization of the base::Time from the last successful seed
|
| +// fetch (i.e. when the Variations server responds with 200 or 304).
|
| +const char kVariationsLastFetchTime[] = "variations_last_fetch_time";
|
| +
|
| // String serialized form of variations seed protobuf.
|
| const char kVariationsSeed[] = "variations_seed";
|
|
|
|
|