Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6063)

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 2894243004: Print Preview tests: Remove unnecessary C++ class definition (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/print_preview.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/test/data/webui/print_preview.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698