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

Unified Diff: chrome/test/data/webui/settings/help_page_browsertest.js

Issue 2913343002: Start removing deprecated Options UI code (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
Index: chrome/test/data/webui/settings/help_page_browsertest.js
diff --git a/chrome/test/data/webui/settings/help_page_browsertest.js b/chrome/test/data/webui/settings/help_page_browsertest.js
index 6e04109054d501244430d5c57afb3bda9ad50c8d..ed1bcf72437585ea1addabd9280937e8e67075c7 100644
--- a/chrome/test/data/webui/settings/help_page_browsertest.js
+++ b/chrome/test/data/webui/settings/help_page_browsertest.js
@@ -5,7 +5,6 @@
/** @fileoverview Material Help page tests. */
GEN_INCLUDE(['settings_page_browsertest.js']);
-GEN('#include "base/command_line.h"');
/**
* @constructor
@@ -19,9 +18,6 @@ SettingsHelpPageBrowserTest.prototype = {
/** @override */
browsePreload: 'chrome://help/',
- commandLineSwitches: [{switchName: 'enable-features',
- switchValue: 'MaterialDesignSettings'}],
-
/** @override */
extraLibraries: PolymerTest.getLibraries(ROOT_PATH),

Powered by Google App Engine
This is Rietveld 408576698