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

Unified Diff: chrome/browser/android/compositor/tab_content_manager.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/compositor/tab_content_manager.h
diff --git a/chrome/browser/android/compositor/tab_content_manager.h b/chrome/browser/android/compositor/tab_content_manager.h
index 9c2f1519a1fa4efdce7fdab3db7b57a2de045a05..89a52fdc46ed8300faee79b004ec430e3c1d59c8 100644
--- a/chrome/browser/android/compositor/tab_content_manager.h
+++ b/chrome/browser/android/compositor/tab_content_manager.h
@@ -94,10 +94,6 @@ class TabContentManager : public ThumbnailCacheObserver {
void RemoveTabThumbnail(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jint tab_id);
- void RemoveTabThumbnailFromDiskAtAndAboveId(
- JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj,
- jint min_forbidden_id);
void GetDecompressedThumbnail(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jint tab_id);

Powered by Google App Engine
This is Rietveld 408576698