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

Unified Diff: chrome/browser/android/media/media_throttle_infobar_delegate.h

Issue 1392913003: Add warning icon to media throttle info bar to make it consistent with others (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/android/media/media_throttle_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/media/media_throttle_infobar_delegate.h
diff --git a/chrome/browser/android/media/media_throttle_infobar_delegate.h b/chrome/browser/android/media/media_throttle_infobar_delegate.h
index 5a717cb1261137583e4f7f7689723437e954fee7..d4797f0afa6dc93b0ac2c41113cb62481e3cd1c4 100644
--- a/chrome/browser/android/media/media_throttle_infobar_delegate.h
+++ b/chrome/browser/android/media/media_throttle_infobar_delegate.h
@@ -31,6 +31,7 @@ class MediaThrottleInfoBarDelegate : public ConfirmInfoBarDelegate {
// ConfirmInfoBarDelegate:
MediaThrottleInfoBarDelegate* AsMediaThrottleInfoBarDelegate() override;
base::string16 GetMessageText() const override;
+ int GetIconId() const override;
base::string16 GetButtonLabel(InfoBarButton button) const override;
bool Accept() override;
bool Cancel() override;
« no previous file with comments | « no previous file | chrome/browser/android/media/media_throttle_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698