| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 67b69e7e1640903106924d772597d3e783b2f990..76515168c4a31cb00fd396db9772dcddaccd25ba 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -807,6 +807,10 @@ const char kCaptivePortalAuthenticationIgnoresProxy[] =
|
| // unconditionally maximized, overriding the heuristic that normally chooses the
|
| // window size.
|
| const char kForceMaximizeOnFirstRun[] = "ui.force_maximize_on_first_run";
|
| +
|
| +// A dictionary pref mapping public keys that identify platform keys to its
|
| +// properties like whether it's meant for corporate usage.
|
| +const char kPlatformKeys[] = "platform_keys";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // A boolean pref set to true if a Home button to open the Home pages should be
|
|
|