Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index e628ecfe60bf38274d9637493b60c9fe2e68d63f..52cfb66dca775e62ff7c50083eef104505c4f66e 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1968,9 +1968,6 @@ const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id"; |
// gallery. |
const char kMediaGalleriesRememberedGalleries[] = |
"media_galleries.remembered_galleries"; |
- |
-// The last time a media scan completed. |
-const char kMediaGalleriesLastScanTime[] = "media_galleries.last_scan_time"; |
Devlin
2016/02/29 20:37:24
Do we need to clean this up in users' pref files?
tommycli
2016/02/29 21:53:30
When I discussed this with thestig, we thought tha
Devlin
2016/02/29 22:10:44
Unknown keys are still written to disk last I chec
tommycli
2016/02/29 22:49:03
SGTM. I'm okay with leaving this dangling since th
|
#endif // !defined(OS_ANDROID) && !defined(OS_IOS) |
#if defined(USE_ASH) |