| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 1663dcd97da2b1cc57a816739d554be98a3139c8..8cbe8de950502d24bfddd48c9e7a34361abd7caa 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2081,6 +2081,11 @@ const char kTetherDescription[] =
|
| "Enables Instant Tethering. Instant Tethering allows your nearby Google "
|
| "phone to share its Internet connection with this device.";
|
|
|
| +const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
|
| +const char kEnablePerUserTimezoneDescription[] =
|
| + "Chrome OS system timezone preference is stored and handled for each user "
|
| + "individually.";
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|