| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 28fd8304d4a01e0e2844fba020ed2490d7658b8f..a5fc70b07774e70165c5ce2d7c3d9f5449500305 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -795,10 +795,8 @@ const char kUseSharedProxies[] = "settings.use_shared_proxies";
|
| // A boolean pref that enables the (private) pepper GetID() call.
|
| const char kEnableCrosDRM[] = "settings.privacy.drm_enabled";
|
|
|
| -// A dictionary pref that specifies per-display overscan data. Its key is the
|
| -// display's ID and its value is a dictionary of canceling overscan pixels for
|
| -// 'top', 'right', 'bottom', 'left'.
|
| -const char kDisplayOverscans[] = "settings.display.overscans";
|
| +// A dictionary pref that stores per display preferences.
|
| +const char kDisplayProperties[] = "settings.display.properties";
|
|
|
| // A 64bit integer pref that specifies the name of the primary display device.
|
| const char kPrimaryDisplayID[] = "settings.display.primary_id";
|
|
|