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

Unified Diff: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc

Issue 922953002: Minor infobar cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 5 years, 10 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/ui/omnibox/alternate_nav_infobar_delegate.cc
diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
index 7b549c4e382fa2de8f459c72c48080fe8188764c..b6d5b12aae3ab634185db95e0e40ff094bede40e 100644
--- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
+++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
@@ -92,11 +92,11 @@ bool AlternateNavInfoBarDelegate::LinkClicked(
return true;
}
-int AlternateNavInfoBarDelegate::GetIconID() const {
- return IDR_INFOBAR_ALT_NAV_URL;
+infobars::InfoBarDelegate::Type
+AlternateNavInfoBarDelegate::GetInfoBarType() const {
+ return PAGE_ACTION_TYPE;
}
-infobars::InfoBarDelegate::Type AlternateNavInfoBarDelegate::GetInfoBarType()
- const {
- return PAGE_ACTION_TYPE;
+int AlternateNavInfoBarDelegate::GetIconID() const {
+ return IDR_INFOBAR_ALT_NAV_URL;
}
« no previous file with comments | « chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h ('k') | chrome/browser/ui/startup/autolaunch_prompt_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698