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

Unified Diff: chrome/browser/ui/infobar_container_delegate.h

Issue 2464063002: Revert of Some more pre-material cleanups (Closed)
Patch Set: Created 4 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/infobar_container_delegate.h
diff --git a/chrome/browser/ui/infobar_container_delegate.h b/chrome/browser/ui/infobar_container_delegate.h
index 9b2474b4b1ff7ab0cecd4feb7bab43effc2628e4..22a54868c8f389fbf1b1ffaf95a42429d593b757 100644
--- a/chrome/browser/ui/infobar_container_delegate.h
+++ b/chrome/browser/ui/infobar_container_delegate.h
@@ -12,11 +12,15 @@
class InfoBarContainerDelegate : public infobars::InfoBarContainer::Delegate {
public:
+ // TODO(estade): make some or all of these private.
static const int kDefaultBarTargetHeight;
+ static const int kDefaultBarTargetHeightMd;
static const int kSeparatorLineHeight;
static const int kDefaultArrowTargetHeight;
+ static const int kDefaultArrowTargetHeightMd;
static const int kMaximumArrowTargetHeight;
static const int kDefaultArrowTargetHalfWidth;
+ static const int kDefaultArrowTargetHalfWidthMd;
static const int kMaximumArrowTargetHalfWidth;
InfoBarContainerDelegate();
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm ('k') | chrome/browser/ui/infobar_container_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698