| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a9f60db6b2bc57202e9216734211220126448fde..3a440efb00762230f8e1556f13dd25a53690c0ea 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -787,10 +787,6 @@ const char kSAMLLastGAIASignInTime[] = "saml.last_gaia_sign_in_time";
|
| // OOBE screen.
|
| const char kTimeOnOobe[] = "settings.time_on_oobe";
|
|
|
| -// The app/extension name who sets the current wallpaper. If current wallpaper
|
| -// is set by the component wallpaper picker, it is set to an empty string.
|
| -const char kCurrentWallpaperAppName[] = "wallpaper.app.name";
|
| -
|
| // List of mounted file systems via the File System Provider API. Used to
|
| // restore them after a reboot.
|
| const char kFileSystemProviderMounted[] = "file_system_provider.mounted";
|
|
|