summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-10-07 17:25:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-08 00:27:06 +0000
commit7fd875be7a96a672f851bad164ba23e716688dc9 (patch)
tree325bdb718be4d436426ab366126b2a7a13fc21de /chrome/browser/geolocation
parent6182d654df33116d7c4e4616c7b51d4e8b28d77f (diff)
downloadchromium_src-7fd875be7a96a672f851bad164ba23e716688dc9.zip
chromium_src-7fd875be7a96a672f851bad164ba23e716688dc9.tar.gz
chromium_src-7fd875be7a96a672f851bad164ba23e716688dc9.tar.bz2
Introduce a way to define Android-only IDR values that doesn't require
fake .grd entries. BUG=538695 Review URL: https://codereview.chromium.org/1384153003 Cr-Commit-Position: refs/heads/master@{#352987}
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r--chrome/browser/geolocation/geolocation_infobar_delegate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.cc b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
index b6959ca..b64ae70 100644
--- a/chrome/browser/geolocation/geolocation_infobar_delegate.cc
+++ b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
@@ -4,12 +4,12 @@
#include "chrome/browser/geolocation/geolocation_infobar_delegate.h"
+#include "chrome/browser/android/android_theme_resources.h"
#include "chrome/browser/infobars/infobar_service.h"
#include "chrome/grit/generated_resources.h"
#include "components/infobars/core/infobar.h"
#include "components/url_formatter/elide_url.h"
#include "grit/generated_resources.h"
-#include "grit/theme_resources.h"
#include "ui/base/l10n/l10n_util.h"
// static
@@ -38,7 +38,7 @@ GeolocationInfoBarDelegate::~GeolocationInfoBarDelegate() {
}
int GeolocationInfoBarDelegate::GetIconId() const {
- return IDR_INFOBAR_GEOLOCATION;
+ return IDR_ANDROID_INFOBAR_GEOLOCATION;
}
base::string16 GeolocationInfoBarDelegate::GetMessageText() const {