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

Unified Diff: chrome/browser/android/thumbnail/thumbnail_cache.h

Issue 1708763003: Fix strict mode violation in TabPersistentStore.cleanupPersistentData() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tab-persist-1
Patch Set: comments & rebase Created 4 years, 9 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/android/thumbnail/thumbnail_cache.h
diff --git a/chrome/browser/android/thumbnail/thumbnail_cache.h b/chrome/browser/android/thumbnail/thumbnail_cache.h
index c1e47ec69c3ac317b7275e94560a314807b9d259..8aae654840609f6750cf68b584de87cfb8d8c49c 100644
--- a/chrome/browser/android/thumbnail/thumbnail_cache.h
+++ b/chrome/browser/android/thumbnail/thumbnail_cache.h
@@ -63,7 +63,6 @@ class ThumbnailCache : ThumbnailDelegate {
void Remove(TabId tab_id);
Thumbnail* Get(TabId tab_id, bool force_disk_read, bool allow_approximation);
- void RemoveFromDiskAtAndAboveId(TabId min_id);
void InvalidateThumbnailIfChanged(TabId tab_id, const GURL& url);
bool CheckAndUpdateThumbnailMetaData(TabId tab_id, const GURL& url);
void UpdateVisibleIds(const TabIdList& priority);
@@ -99,7 +98,6 @@ class ThumbnailCache : ThumbnailDelegate {
void RemoveFromDisk(TabId tab_id);
static void RemoveFromDiskTask(TabId tab_id);
- static void RemoveFromDiskAtAndAboveIdTask(TabId min_id);
void WriteThumbnailIfNecessary(TabId tab_id,
skia::RefPtr<SkPixelRef> compressed_data,
float scale,
« no previous file with comments | « chrome/browser/android/compositor/tab_content_manager.cc ('k') | chrome/browser/android/thumbnail/thumbnail_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698