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

Unified Diff: chrome/browser/download/download_request_infobar_delegate_android.cc

Issue 2382563003: Remove some more desktop infobar PNGs. (Closed)
Patch Set: pkasting review Created 4 years, 2 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/download/download_request_infobar_delegate_android.cc
diff --git a/chrome/browser/download/download_request_infobar_delegate_android.cc b/chrome/browser/download/download_request_infobar_delegate_android.cc
index cada445d6727074e5bb6049416d3a5ea85ed22cc..3663757a15b35ec1fc1ee7c6468bf3ebf080153d 100644
--- a/chrome/browser/download/download_request_infobar_delegate_android.cc
+++ b/chrome/browser/download/download_request_infobar_delegate_android.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/download/download_request_infobar_delegate_android.h"
+#include "chrome/browser/android/android_theme_resources.h"
#include "chrome/browser/infobars/infobar_service.h"
#include "chrome/grit/generated_resources.h"
#include "chrome/grit/theme_resources.h"
@@ -60,7 +61,7 @@ DownloadRequestInfoBarDelegateAndroid::GetIdentifier() const {
}
int DownloadRequestInfoBarDelegateAndroid::GetIconId() const {
- return IDR_INFOBAR_MULTIPLE_DOWNLOADS;
+ return IDR_ANDROID_INFOBAR_MULTIPLE_DOWNLOADS;
}
base::string16 DownloadRequestInfoBarDelegateAndroid::GetMessageText() const {

Powered by Google App Engine
This is Rietveld 408576698