Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6365)

Unified Diff: chrome/common/pref_names.cc

Issue 1695563002: Media Galleries Partial Deprecation: Remove scan functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698