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

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

Issue 11411250: Immersive mode reveals the tabstrip/omnibox on top of web content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 8 years, 1 month 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
diff --git a/chrome/browser/ui/views/infobars/infobar_container_view.h b/chrome/browser/ui/views/infobars/infobar_container_view.h
index 08da2cb34c5fbd3c5a28c46abd8a4c7797151974..b93deddff193d062c2665074251a65a02cf7c055 100644
--- a/chrome/browser/ui/views/infobars/infobar_container_view.h
+++ b/chrome/browser/ui/views/infobars/infobar_container_view.h
@@ -12,6 +12,8 @@
class InfoBarContainerView : public views::AccessiblePaneView,
public InfoBarContainer {
public:
+ static const char kViewClassName[];
+
explicit InfoBarContainerView(Delegate* delegate,
chrome::search::SearchModel* search_model);
virtual ~InfoBarContainerView();
@@ -19,6 +21,7 @@ class InfoBarContainerView : public views::AccessiblePaneView,
private:
// AccessiblePaneView:
virtual gfx::Size GetPreferredSize() OVERRIDE;
+ virtual std::string GetClassName() const OVERRIDE;
virtual void Layout() OVERRIDE;
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/immersive_mode_controller.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