Index: chrome/browser/android/ntp/ntp_snippets_bridge.cc |
diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.cc b/chrome/browser/android/ntp/ntp_snippets_bridge.cc |
index f83045503e6a471a6f93fdb9797fd68c792ec047..af6b4a55abb398a9eb1f8b0d937de00e3b7dbaed 100644 |
--- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc |
+++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc |
@@ -324,7 +324,6 @@ void NTPSnippetsBridge::ContentSuggestionsServiceShutdown() { |
} |
void NTPSnippetsBridge::OnImageFetched(ScopedJavaGlobalRef<jobject> callback, |
- const std::string& snippet_id, |
const gfx::Image& image) { |
ScopedJavaLocalRef<jobject> j_bitmap; |
if (!image.IsEmpty()) |