| Index: ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
|
| diff --git a/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java b/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
|
| index ab88ead4f317b9ee22ee0314974e3e2d184b5c41..74bad22b2b86550035b5d0e5893f2caab47851f6 100644
|
| --- a/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
|
| +++ b/ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java
|
| @@ -125,6 +125,12 @@ public abstract class ViewAndroidDelegate {
|
| @CalledByNative
|
| public void onBottomControlsChanged(float bottomControlsOffsetY, float bottomContentOffsetY) {}
|
|
|
| + /**
|
| + * Instruct the client to clear the thumbnail cache.
|
| + */
|
| + @CalledByNative
|
| + public void clearThumbnailPlaceholder() {}
|
| +
|
| /**
|
| * Returns the bottom system window inset in pixels. The system window inset represents the area
|
| * of a full-screen window that is partially or fully obscured by the status bar, navigation
|
|
|