| Index: chrome/test/data/webui/print_preview.js
|
| diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
|
| index 31b4090a9936e0c0580697f8d6da549908b0ff14..98b36629273d1349853d3144e488a09e1bca1648 100644
|
| --- a/chrome/test/data/webui/print_preview.js
|
| +++ b/chrome/test/data/webui/print_preview.js
|
| @@ -2,9 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -GEN('#include "base/feature_list.h"');
|
| -GEN('#include "chrome/common/chrome_features.h"');
|
| -
|
| /**
|
| * Test fixture for print preview WebUI testing.
|
| * @constructor
|
| @@ -224,13 +221,6 @@ PrintPreviewWebUITest.prototype = {
|
| },
|
|
|
| /**
|
| - * Generate a real C++ class; don't typedef.
|
| - * @type {?string}
|
| - * @override
|
| - */
|
| - typedefCppFixture: null,
|
| -
|
| - /**
|
| * @this {PrintPreviewWebUITest}
|
| * @override
|
| */
|
| @@ -268,8 +258,6 @@ PrintPreviewWebUITest.prototype = {
|
| }
|
| };
|
|
|
| -GEN('#include "chrome/test/data/webui/print_preview.h"');
|
| -
|
| // Test some basic assumptions about the print preview WebUI.
|
| TEST_F('PrintPreviewWebUITest', 'TestPrinterList', function() {
|
| this.setInitialSettings();
|
|
|