| Index: chrome/android/java/res/values-v17/styles.xml | 
| diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml | 
| index a7605dfc21272ebef7cc561da2125428d09473a8..4c19ba9b94fadcccde555874a577adcfa924d0cc 100644 | 
| --- a/chrome/android/java/res/values-v17/styles.xml | 
| +++ b/chrome/android/java/res/values-v17/styles.xml | 
| @@ -582,6 +582,15 @@ | 
| <item name="android:textColor">@android:color/white</item> | 
| <item name="android:textSize">20sp</item> | 
| </style> | 
| +    <style name="PrivacyDisclaimerText"> | 
| +        <item name="android:layout_width">match_parent</item> | 
| +        <item name="android:layout_height">wrap_content</item> | 
| +        <item name="android:layout_marginTop">16dp</item> | 
| +        <item name="android:paddingStart">16dp</item> | 
| +        <item name="android:paddingEnd">16dp</item> | 
| +        <item name="android:textSize">16sp</item> | 
| +        <item name="android:visibility">gone</item> | 
| +    </style> | 
|  | 
| <!-- New tab page RecyclerView overscroll color --> | 
| <style name="NewTabPageRecyclerView"> | 
|  |