| Index: chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
|
| index ca8a55c37b1c61008389e2af980d3818d053dabb..702c247f4862513aa837ff5f6fbf634197fe8890 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
|
| @@ -135,7 +135,6 @@ public class ArticleSnippetsTest extends ChromeActivityTestCaseBase<ChromeActivi
|
| "Publisher",
|
| "Preview Text",
|
| "www.google.com",
|
| - "", // AMP URL
|
| 1466614774, // Timestamp
|
| 10f, // Score
|
| 0); // Position
|
| @@ -149,7 +148,6 @@ public class ArticleSnippetsTest extends ChromeActivityTestCaseBase<ChromeActivi
|
| new String(new char[20]).replace("\0", "Publisher "),
|
| new String(new char[80]).replace("\0", "Preview Text "),
|
| "www.google.com",
|
| - "", // AMP URL
|
| 1466614074, // Timestamp
|
| 20f, // Score
|
| 1); // Position
|
| @@ -161,7 +159,6 @@ public class ArticleSnippetsTest extends ChromeActivityTestCaseBase<ChromeActivi
|
| "Publisher",
|
| "This should not be displayed",
|
| "www.google.com",
|
| - "", // AMP URL
|
| 1466614774, // Timestamp
|
| 10f, // Score
|
| 0); // Position
|
| @@ -173,7 +170,6 @@ public class ArticleSnippetsTest extends ChromeActivityTestCaseBase<ChromeActivi
|
| "Publisher",
|
| "This should not be displayed",
|
| "www.google.com",
|
| - "", // AMP URL
|
| 1466614774, // Timestamp
|
| 10f, // Score
|
| 0); // Position
|
|
|