| Index: chrome/test/data/webui/md_history/md_history_browsertest.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| index a3d9a698fc683eb801ef4f173f00a3f666c4dd1c..754d587112390b7b9160312e9dfa331add2248c2 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| @@ -83,20 +83,6 @@ TEST_F('MaterialHistoryDrawerTest', 'All', function() {
|
| mocha.run();
|
| });
|
|
|
| -function MaterialHistoryGroupedListTest() {}
|
| -
|
| -MaterialHistoryGroupedListTest.prototype = {
|
| - __proto__: MaterialHistoryBrowserTest.prototype,
|
| -
|
| - extraLibraries: MaterialHistoryBrowserTest.prototype.extraLibraries.concat([
|
| - 'history_grouped_list_test.js',
|
| - ]),
|
| -};
|
| -
|
| -TEST_F('MaterialHistoryGroupedListTest', 'All', function() {
|
| - mocha.run();
|
| -});
|
| -
|
| function MaterialHistoryItemTest() {}
|
|
|
| MaterialHistoryItemTest.prototype = {
|
| @@ -173,12 +159,7 @@ function MaterialHistoryRoutingWithQueryParamTest() {}
|
| MaterialHistoryRoutingWithQueryParamTest.prototype = {
|
| __proto__: MaterialHistoryRoutingTest.prototype,
|
|
|
| - browsePreload: 'chrome://history/history/week?q=query&offset=5',
|
| -
|
| - commandLineSwitches:
|
| - MaterialHistoryBrowserTest.prototype.commandLineSwitches.concat([
|
| - {switchName: 'enable-grouped-history'}
|
| - ]),
|
| + browsePreload: 'chrome://history/?q=query',
|
|
|
| /** @override */
|
| setUp: function() {
|
|
|