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

Unified Diff: chrome/browser/infobars/infobar_tab_helper.h

Issue 10262026: A few small tweaks based on further analysis of GoogleURLTracker: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « chrome/browser/google/google_url_tracker.cc ('k') | chrome/browser/infobars/infobar_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/infobars/infobar_tab_helper.h
===================================================================
--- chrome/browser/infobars/infobar_tab_helper.h (revision 134398)
+++ chrome/browser/infobars/infobar_tab_helper.h (working copy)
@@ -64,6 +64,8 @@
}
private:
+ typedef std::vector<InfoBarDelegate*> InfoBars;
+
void RemoveInfoBarInternal(InfoBarDelegate* delegate, bool animate);
void RemoveAllInfoBars(bool animate);
@@ -72,7 +74,7 @@
void OnDidBlockRunningInsecureContent();
// Delegates for InfoBars associated with this InfoBarTabHelper.
- std::vector<InfoBarDelegate*> infobars_;
+ InfoBars infobars_;
bool infobars_enabled_;
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/google/google_url_tracker.cc ('k') | chrome/browser/infobars/infobar_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698