Index: ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm |
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm b/ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7265ad220047a0a21db84d27b7e69881f7d1e1f4 |
--- /dev/null |
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm |
@@ -0,0 +1,14 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#import "ios/chrome/browser/ui/ntp/new_tab_page_header_constants.h" |
+ |
+namespace ntp_header { |
+ |
+const CGFloat kMinHeaderHeight = 62; |
+const CGFloat kAnimationDistance = 42; |
+const CGFloat kToolbarHeight = 56; |
+const CGFloat kScrolledToTopOmniboxBottomMargin = 4; |
+ |
+} // ntp_header |