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

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

Issue 1392023004: Rename android only infobars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 5 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_limiter.cc
diff --git a/chrome/browser/download/download_request_limiter.cc b/chrome/browser/download/download_request_limiter.cc
index 2daf48521fb79b58b682387739c34016e5072f8d..238bcbd42b6e825bec53b20f9d3131e98accbda6 100644
--- a/chrome/browser/download/download_request_limiter.cc
+++ b/chrome/browser/download/download_request_limiter.cc
@@ -25,7 +25,7 @@
#include "url/gurl.h"
#if defined(OS_ANDROID)
-#include "chrome/browser/download/download_request_infobar_delegate.h"
+#include "chrome/browser/download/download_request_infobar_delegate_android.h"
#else
#include "chrome/browser/download/download_permission_request.h"
#include "chrome/browser/ui/website_settings/permission_bubble_manager.h"
@@ -134,7 +134,7 @@ void DownloadRequestLimiter::TabDownloadState::PromptUserForDownload(
return;
#if defined(OS_ANDROID)
- DownloadRequestInfoBarDelegate::Create(
+ DownloadRequestInfoBarDelegateAndroid::Create(
InfoBarService::FromWebContents(web_contents_), factory_.GetWeakPtr());
#else
PermissionBubbleManager* bubble_manager =

Powered by Google App Engine
This is Rietveld 408576698