| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 38cac806ce05b8313df1560c6a95f19468113d06..9bc4c21a076c705491640be5dc7ba0aada728a03 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -930,6 +930,9 @@ const char kProfileName[] = "profile.name";
|
| // Directory of the last profile used.
|
| const char kProfileLastUsed[] = "profile.last_used";
|
|
|
| +// List of directories of the profiles last active.
|
| +const char kProfilesLastActive[] = "profile.last_active_profiles";
|
| +
|
| // Total number of profiles created for this Chrome build. Used to tag profile
|
| // directories.
|
| const char kProfilesNumCreated[] = "profile.profiles_created";
|
|
|