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

Unified Diff: chrome/browser/media_galleries/media_galleries_preferences.h

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/browser/media_galleries/media_galleries_preferences.h
diff --git a/chrome/browser/media_galleries/media_galleries_preferences.h b/chrome/browser/media_galleries/media_galleries_preferences.h
index 000bebdd5543c6757fff008a6d8f2a322af80d63..11c488d616b680cf45dec0f551a8f4010dc5eb83 100644
--- a/chrome/browser/media_galleries/media_galleries_preferences.h
+++ b/chrome/browser/media_galleries/media_galleries_preferences.h
@@ -273,11 +273,6 @@ class MediaGalleriesPreferences
const MediaGalleriesPrefInfoMap& known_galleries() const;
- // These keep track of when we last successfully completed a media scan.
- // This is used to provide cached results when appropriate.
- base::Time GetLastScanCompletionTime() const;
- void SetLastScanCompletionTime(const base::Time& time);
-
// KeyedService implementation:
void Shutdown() override;

Powered by Google App Engine
This is Rietveld 408576698