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

Unified Diff: chrome/browser/ui/views/infobars/infobar_container_view.h

Issue 7046080: When replacing an infobar, maintain the old infobar's position. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/views/infobars/infobar_container_view.h
===================================================================
--- chrome/browser/ui/views/infobars/infobar_container_view.h (revision 88583)
+++ chrome/browser/ui/views/infobars/infobar_container_view.h (working copy)
@@ -23,7 +23,8 @@
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
// InfobarContainer:
- virtual void PlatformSpecificAddInfoBar(InfoBar* infobar) OVERRIDE;
+ virtual void PlatformSpecificAddInfoBar(InfoBar* infobar,
+ size_t position) OVERRIDE;
virtual void PlatformSpecificRemoveInfoBar(InfoBar* infobar) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(InfoBarContainerView);
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/browser/ui/views/infobars/infobar_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698