| Index: chrome/android/java/res/layout/snackbar.xml
|
| diff --git a/chrome/android/java/res/layout/snackbar.xml b/chrome/android/java/res/layout/snackbar.xml
|
| index c3a57b41f71c72a5c49fdf5d48ec118c0c588d85..292cb8953bf515bb39ca32d08ebb876951faad7d 100644
|
| --- a/chrome/android/java/res/layout/snackbar.xml
|
| +++ b/chrome/android/java/res/layout/snackbar.xml
|
| @@ -10,6 +10,15 @@
|
| android:minHeight="@dimen/snackbar_min_height"
|
| android:orientation="horizontal" >
|
|
|
| + <ImageView android:id="@+id/snackbar_profile_image"
|
| + android:layout_width="24dp"
|
| + android:layout_height="24dp"
|
| + android:layout_gravity="center_vertical"
|
| + android:layout_marginStart="12dp"
|
| + android:scaleType="fitCenter"
|
| + android:visibility="visible"
|
| + android:contentDescription="@null"/>
|
| +
|
| <org.chromium.chrome.browser.snackbar.TemplatePreservingTextView
|
| android:id="@+id/snackbar_message"
|
| android:layout_width="0dp"
|
|
|